From 42c84d6c70643615d22faeb67c8d5f87dedc2cb8 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 16 Dec 2019 14:09:24 -0800 Subject: [PATCH] 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ca3f5d4..3a3ffb4a 100644 --- a/package.json +++ b/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",