diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f614f..fa85bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [2.0.0](https://github.com/karma-runner/karma-mocha/compare/v1.3.0...v2.0.0) (2020-04-14) + + +### Features + +* **ci:** enable semanitic-release ([5a5b6d5](https://github.com/karma-runner/karma-mocha/commit/5a5b6d52399eab9a20592e3536b3e2df1b3ce9ce)) +* Expose 'pending' status ([e847121](https://github.com/karma-runner/karma-mocha/commit/e847121e35f59a498c3b09f87f138621b550629b)), closes [#109](https://github.com/karma-runner/karma-mocha/issues/109) + + +* Update Node.js versions ([fd64f5b](https://github.com/karma-runner/karma-mocha/commit/fd64f5bcacf2e0de6eeb24772384442bd6a37bed)) + + +### BREAKING CHANGES + +* drop support for node 8 + # [1.3.0](https://github.com/karma-runner/karma-mocha/compare/v1.2.0...v1.3.0) (2016-11-09) @@ -205,6 +221,3 @@ ### Bug Fixes * report time for skipped tests so that netTime is computed correctly ([4f5470d](https://github.com/karma-runner/karma-mocha/commit/4f5470d)), closes [#141](https://github.com/karma-runner/karma-mocha/issues/141) - - - diff --git a/package-lock.json b/package-lock.json index 5a54e3f..4678566 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "karma-mocha", - "version": "1.3.0", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7d83c47..42f61e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-mocha", - "version": "1.3.0", + "version": "2.0.0", "description": "A Karma plugin. Adapter for Mocha testing framework.", "main": "lib/index.js", "sharedKarmaFiles": {