Skip to content

Commit

Permalink
v4.13.0
Browse files Browse the repository at this point in the history
  - [New] `tape` binary: Add -i flag to ignore files from gitignore (#492)
  - [New] add `t.match()` and `t.doesNotMatch()`, new in `node` `v13.6`
  - [Deps] update `resolve`
  - [Tests] handle stack trace variation in node <= 0.8
  - [lint] fix object key spacing
  • Loading branch information
ljharb committed Jan 8, 2020
1 parent e0e2542 commit 1fba54a
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": "4.12.1",
"version": "4.13.0",
"description": "tap-producing test harness for node and browsers",
"main": "index.js",
"bin": "./bin/tape",
Expand Down

0 comments on commit 1fba54a

Please sign in to comment.