Skip to content

Commit

Permalink
v4.12.0
Browse files Browse the repository at this point in the history
  - [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
  • Loading branch information
ljharb committed Dec 16, 2019
1 parent 3e0a341 commit 42c84d6
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.11.0",
"version": "4.12.0",
"description": "tap-producing test harness for node and browsers",
"main": "index.js",
"bin": "./bin/tape",
Expand Down

0 comments on commit 42c84d6

Please sign in to comment.