Skip to content

Commit

Permalink
2.3.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgruber committed Sep 18, 2017
1 parent 6265395 commit 36e9ab0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### [2.3.1](https://github.com/adamgruber/mochawesome/releases/tag/2.3.1)
- Fixes an issue where generator functions were not displayed properly [#188](https://github.com/adamgruber/mochawesome/pull/188) (@APshenkin)

### [2.3.0](https://github.com/adamgruber/mochawesome/releases/tag/2.3.0)
- Added `showHooks` option [#168](https://github.com/adamgruber/mochawesome/pull/168)
- Support mocha's `--inline-diffs` option [#167](https://github.com/adamgruber/mochawesome/pull/167)
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mochawesome",
"version": "2.3.0",
"version": "2.3.1",
"description": "A Gorgeous HTML/CSS Reporter for Mocha.js",
"scripts": {
"lint": "eslint src test",
Expand All @@ -10,7 +10,8 @@
"test:mem": "mocha test-functional/mem-test.js --opts test-functional/mocha.opts",
"test:ctx": "mocha test-functional/test-context.js --opts test-functional/mocha.opts",
"dev": "babel --watch src -d dist",
"build": "babel src -d dist"
"build": "babel src -d dist",
"prepack": "npm run test && npm run build"
},
"author": "Adam Gruber",
"license": "MIT",
Expand Down

0 comments on commit 36e9ab0

Please sign in to comment.