Skip to content

Commit fd9cf6d

Browse files
committed
v5.9.0
1 parent 4c97f54 commit fd9cf6d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.9.0](https://github.com/tape-testing/tape/compare/v5.8.1...v5.9.0) - 2024-09-15
9+
10+
### Commits
11+
12+
- [New] `bin/tape`: add `--strict` [`4c97f54`](https://github.com/tape-testing/tape/commit/4c97f544939d949f18a1f53211f5c35c6902d52b)
13+
- [Fix] in engines that lack dynamic import, have some output [`2d5c8dc`](https://github.com/tape-testing/tape/commit/2d5c8dcfd9a4d0f96713e229e21bc9363f126dd1)
14+
- [Tests] use `npm audit` instead of `aud` [`681d4bd`](https://github.com/tape-testing/tape/commit/681d4bd7851cbcba2c93dfa7d24814e083285309)
15+
- [Dev Deps] update `auto-changelog` [`b7bc72f`](https://github.com/tape-testing/tape/commit/b7bc72f82d0592aae38ed80484c09b04593a1d2c)
16+
- [Deps] update `mock-property` [`ecfb546`](https://github.com/tape-testing/tape/commit/ecfb546465bc1ab0194fad69e4d3400d8e645ba1)
17+
- [Deps] update `object-inspect` [`9a47aba`](https://github.com/tape-testing/tape/commit/9a47abae189019797a8cfd504b5194ba4ecdf1a9)
18+
- [readme] notLooseEqual(s) is not an alias for notDeepLooseEqual [`c827ac9`](https://github.com/tape-testing/tape/commit/c827ac994f147a2b3df1f51a42316bda96cedb65)
19+
- [readme] remove defunct badges [`7880dd4`](https://github.com/tape-testing/tape/commit/7880dd4d73ea865aa7cabee79a58638895f968d4)
20+
- [Dev Deps] add missing peer dep [`627d1e7`](https://github.com/tape-testing/tape/commit/627d1e79da5e3f6cc76e2e0240b62e5bc7d7f673)
21+
822
## [v5.8.1](https://github.com/tape-testing/tape/compare/v5.8.0...v5.8.1) - 2024-06-16
923

1024
### 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.1",
3+
"version": "5.9.0",
44
"description": "tap-producing test harness for node and browsers",
55
"main": "index.js",
66
"browser": {

0 commit comments

Comments
 (0)