Skip to content

Commit

Permalink
2.3.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgruber committed Oct 23, 2017
1 parent 4278e4c commit 5c01735
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,8 @@
# Changelog

## [2.3.0] / 2017-10-23
- Add support for base64 images in test context [#60](https://github.com/adamgruber/mochawesome-report-generator/pull/60 - @gidztech

### [2.2.2] / 2017-07-07
- Fix an issue where `actual/expected` was being rendered in the CodeSnippet for non-diff code
- Fix an issue where the suite header was not being rendered for root suites with tests
Expand Down Expand Up @@ -89,6 +92,7 @@ You can still use the `--reportFilename` flag to set the filename of the generat
## [1.0.0] / 2016-12-18
- Initial release

[2.3.0]: https://github.com/adamgruber/mochawesome-report-generator/releases/tag/2.3.0
[2.2.2]: https://github.com/adamgruber/mochawesome-report-generator/releases/tag/2.2.2
[2.2.1]: https://github.com/adamgruber/mochawesome-report-generator/releases/tag/2.2.1
[2.2.0]: https://github.com/adamgruber/mochawesome-report-generator/releases/tag/2.2.0
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": "2.2.2",
"version": "2.3.0",
"description": "Generates gorgeous HTML reports from mochawesome reporter.",
"scripts": {
"lint": "eslint bin/src lib/src src/js src test --ext js,jsx",
Expand Down

0 comments on commit 5c01735

Please sign in to comment.