Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
- fixes issue with plan not checking for plan name to be a string and instead uses range
  • Loading branch information
gabrielcsapo committed Mar 5, 2019
1 parent 4a3748b commit 49f8fc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.3.0 (03/04/2019)

- fixes issue with plan not checking for plan name to be a string and instead uses range

# 0.2.1 (05/09/2018)

- includes `babel-minify-webpack-plugin` as a dependency instead of devDependency.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tap-html",
"version": "0.2.1",
"version": "0.3.0",
"description": "📊 an html tap reporter",
"author": "Gabriel J. Csapo <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 49f8fc1

Please sign in to comment.