Skip to content

Commit e52bb18

Browse files
committed
v5.8.1
1 parent 7c84990 commit e52bb18

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v5.8.1](https://github.com/tape-testing/tape/compare/v5.8.0...v5.8.1) - 2024-06-16
9+
10+
### Fixed
11+
12+
- [meta] fix URLs [`#608`](https://github.com/tape-testing/tape/issues/608)
13+
14+
### Commits
15+
16+
- [Fix] `assertion`: pass through assertion return value, for promises [`2ad86d4`](https://github.com/tape-testing/tape/commit/2ad86d45abc9ee3272772cf25a96a557a34c0b1c)
17+
818
## [v5.8.0](https://github.com/tape-testing/tape/compare/v5.7.5...v5.8.0) - 2024-06-14
919

1020
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tape",
3-
"version": "5.8.0",
3+
"version": "5.8.1",
44
"description": "tap-producing test harness for node and browsers",
55
"main": "index.js",
66
"browser": {

0 commit comments

Comments
 (0)