Skip to content

Commit

Permalink
v5.5.0
Browse files Browse the repository at this point in the history
 - [New] add `--no-only` flag/`NODE_TAPE_NO_ONLY_TEST` (#572)
 - [meta] fix `prelint` so it does not fail outside of a git repo
 - [Dev Deps] update `eslint`
 - [Tests] handle a broken error `cause` in node 16.9/16.10
  • Loading branch information
ljharb committed Jan 26, 2022
1 parent a5a1434 commit d75888e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tape",
"version": "5.4.1",
"version": "5.5.0",
"description": "tap-producing test harness for node and browsers",
"main": "index.js",
"browser": {
Expand Down

0 comments on commit d75888e

Please sign in to comment.