Skip to content

Commit

Permalink
🔖 (package.json) add release note and change version
Browse files Browse the repository at this point in the history
Closes #6
  • Loading branch information
Hazyzh committed May 21, 2019
1 parent 612baa6 commit a751020
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@
### 1.1.4

- fix bug [ignore empty public path when create `#5`].

### 1.1.5

- fix bug [fixing typo `Passd` -> `All Passed` `#8`].
- Nested describes [Separate tests by their respective `describe` blocks `#9`].
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-html-reporters",
"version": "1.1.4",
"version": "1.1.5",
"description": "Jest test results processor for generating a summary in HTML",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a751020

Please sign in to comment.