From f05b9deabbe0fc169dd6d1cf307c88c61cd688e9 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 20 Dec 2019 22:56:22 -0800 Subject: [PATCH] v5.0.0-next.0 - [Breaking] `error` should not emit `expected`/`actual` diags (#455) - [Breaking] support passing in an async function for the test callback (#472) - [Breaking] update `deep-equal` to v2 - [Deps] update `resolve` - [meta] change dep semver prefix from ~ to ^ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8d5f69d..32c63839 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tape", - "version": "4.12.0", + "version": "5.0.0-next.0", "description": "tap-producing test harness for node and browsers", "main": "index.js", "bin": "./bin/tape",