Skip to content

Commit a53bbbe

Browse files
committed
v5.10.2
1 parent dec20b0 commit a53bbbe

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.10.2](https://github.com/tape-testing/tape/compare/v5.10.1...v5.10.2) - 2026-06-18
9+
10+
### Commits
11+
12+
- [Fix] types: allow `skip` to be called with the same signatures as `test` [`aab00d8`](https://github.com/tape-testing/tape/commit/aab00d8d0f543800494a5bc3d581341ec03166a8)
13+
- [Dev Deps] update `eslint`; add missing DT packages [`9f9c23b`](https://github.com/tape-testing/tape/commit/9f9c23bd45c2a806f3db72d10ba1a7ad54859fb6)
14+
- [eslint] ignore linting errors in examples [`dec20b0`](https://github.com/tape-testing/tape/commit/dec20b0de356bc85252849b126b7ebe5e34cb1a2)
15+
816
## [v5.10.1](https://github.com/tape-testing/tape/compare/v5.10.0...v5.10.1) - 2026-06-11
917

1018
### Commits

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

0 commit comments

Comments
 (0)