Skip to content

Commit

Permalink
v4.9.2
Browse files Browse the repository at this point in the history
 - [Fix] notEqual and notDeepEqual show "expected" value on failure (#454)
 - [Docs] Updated readme to make test, test.only, and test.skip consistent (#452)
 - [Docs] Clarify doesNotThrow parameters (#450)
 - [Docs] Adding tap-junit (#449)
 - [readme] Change broken image to use web archive (#443)
 - [Docs] convert list of tap reporters to links (#439, #440)
 - [Dev Deps] update `eslint`, `eclint`
  • Loading branch information
ljharb committed Dec 29, 2018
1 parent 4b9c951 commit a1e8f7e
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.9.1",
"version": "4.9.2",
"description": "tap-producing test harness for node and browsers",
"main": "index.js",
"bin": "./bin/tape",
Expand Down

0 comments on commit a1e8f7e

Please sign in to comment.