Skip to content

Commit

Permalink
v5.0.0-next.0
Browse files Browse the repository at this point in the history
  - [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 ^
  • Loading branch information
ljharb committed Dec 21, 2019
1 parent f6dc34e commit f05b9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f05b9de

Please sign in to comment.