Skip to content

Commit

Permalink
update docs in prep for 2.0.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gruber committed Jan 17, 2017
1 parent 088dd42 commit b02ce11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#Changelog

###2.0.2
- Fixed [#111](https://github.com/adamgruber/mochawesome/issues/111)

###2.0.1
- Fixed an issue where `reportFilename` was not propagated to `config` object
- Updated handling of `reportDir` option to allow relative paths
- Bumped mochawesome-report-generator dependency
- Bumped mochawesome-report-generator dependency (requires 1.0.3 or higher)

###2.0.0
- Moved report generation to mochawesome-report package
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",
"version": "2.0.1",
"version": "2.0.2",
"description": "A Gorgeous HTML/CSS Reporter for Mocha.js",
"scripts": {
"lint": "eslint src test",
Expand Down

0 comments on commit b02ce11

Please sign in to comment.