Skip to content

Commit 42c84d6

Browse files
committed
v4.12.0
- [New] when the error type is wrong, show the message and stack - [Refactor] use `is-regex` instead of `instanceof RegExp` - [Deps] update `deep-equal`, `glob`, `object-inspect`, `resolve`, `string.prototype.trim` - [Dev Deps] update `eslint` - [readme] add tap-nyc to pretty-reporters (#480) - [Tests] use shared travis-ci configs - [Tests] add a test for the wrong kind of error
1 parent 3e0a341 commit 42c84d6

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.11.0",
3+
"version": "4.12.0",
44
"description": "tap-producing test harness for node and browsers",
55
"main": "index.js",
66
"bin": "./bin/tape",

0 commit comments

Comments
 (0)