Skip to content

Commit 1fba54a

Browse files
committed
v4.13.0
- [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
1 parent e0e2542 commit 1fba54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tape",
3-
"version": "4.12.1",
3+
"version": "4.13.0",
44
"description": "tap-producing test harness for node and browsers",
55
"main": "index.js",
66
"bin": "./bin/tape",

0 commit comments

Comments
 (0)