Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjbarton committed Oct 7, 2019
1 parent a850e2d commit d8f5063
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
<a name="2.0.0"></a>
# [2.0.0](https://github.com/karma-runner/karma-junit-reporter/compare/v1.2.0...v2.0.0) (2019-10-07)


### Bug Fixes

* allow special characters and emoji in output ([59fd3c6](https://github.com/karma-runner/karma-junit-reporter/commit/59fd3c6))


### Chores

* **travis:** Drop old nodejs version: NO v10 ([#164](https://github.com/karma-runner/karma-junit-reporter/issues/164)) ([bc07177](https://github.com/karma-runner/karma-junit-reporter/commit/bc07177))
* remove support for node 6 ([435cb5e](https://github.com/karma-runner/karma-junit-reporter/commit/435cb5e))


### Features

* support for new XML format (per SonarQube) ([b0984e0](https://github.com/karma-runner/karma-junit-reporter/commit/b0984e0))


### BREAKING CHANGES

* Drop Support for Node 6, to make it possible to use async/await in karma codebase.
* **travis:** no support for node < 6

* node 10 not supported by libxmljs-mt



<a name="1.2.0"></a>
# [1.2.0](https://github.com/karma-runner/karma-junit-reporter/compare/v1.1.0...v1.2.0) (2016-12-06)

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": "karma-junit-reporter",
"version": "1.2.0",
"version": "2.0.0",
"description": "A Karma plugin. Report results in junit xml format.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit d8f5063

Please sign in to comment.