From 678b92204b606ba8e612b2487e7390d365a372ca Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 8 Apr 2022 12:08:26 -0700 Subject: [PATCH] v4.15.1 - [Robustness] `test` observably looks up `exec` on the object - [Deps] update `minimist` - [meta] ensure `prelint` works on windows - [meta] improve `prelint` script when no `.git` dir is present - [meta] remove unused travis.yml file - [Dev Deps] update `eslint`, `@ljharb/eslint-config` - [Tests] handle a broken error `cause` in node 16.9/16.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc40ebf5..af8e06fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tape", - "version": "4.15.0", + "version": "4.15.1", "description": "tap-producing test harness for node and browsers", "main": "index.js", "browser": {