Skip to content

Commit

Permalink
version bump; update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gruber committed Jan 13, 2017
1 parent f4bc560 commit 26f40f2
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,5 +1,9 @@
#Changelog

###1.0.3
- Fix an issue preventing a working report when `inlineAssets` option is `true` [mochawesome #109](https://github.com/adamgruber/mochawesome/issues/109)
- Restore `autoOpen` functionality

###1.0.2
- Transpile `bin` and `lib` for compatibility with node 4

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": "mochawesome-report-generator",
"version": "1.0.2",
"version": "1.0.3",
"description": "Generates gorgeous HTML reports from mochawesome reporter.",
"scripts": {
"lint": "eslint bin lib src/js src/components/**/*.js src/components/**/*.jsx test/**/*.js test/**/*.jsx",
Expand Down

0 comments on commit 26f40f2

Please sign in to comment.