Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.3.0...v2.0.0) (2020-04-14)

### Features

* **ci:** enable semanitic-release ([5a5b6d5](5a5b6d5))
* Expose 'pending' status ([e847121](e847121)), closes [#109](#109)

* Update Node.js versions ([fd64f5b](fd64f5b))

### BREAKING CHANGES

* drop support for node 8
  • Loading branch information
semantic-release-bot committed Apr 14, 2020
1 parent 4e35a55 commit 5828416
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
19 changes: 16 additions & 3 deletions 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

<a name="1.3.0"></a>
# [1.3.0](https://github.com/karma-runner/karma-mocha/compare/v1.2.0...v1.3.0) (2016-11-09)

Expand Down Expand Up @@ -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)



2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 5828416

Please sign in to comment.