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

Commit 5828416

Browse files
committedApr 14, 2020
chore(release): 2.0.0 [skip ci]
# [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
1 parent 4e35a55 commit 5828416

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed
 

‎CHANGELOG.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [2.0.0](https://github.com/karma-runner/karma-mocha/compare/v1.3.0...v2.0.0) (2020-04-14)
2+
3+
4+
### Features
5+
6+
* **ci:** enable semanitic-release ([5a5b6d5](https://github.com/karma-runner/karma-mocha/commit/5a5b6d52399eab9a20592e3536b3e2df1b3ce9ce))
7+
* Expose 'pending' status ([e847121](https://github.com/karma-runner/karma-mocha/commit/e847121e35f59a498c3b09f87f138621b550629b)), closes [#109](https://github.com/karma-runner/karma-mocha/issues/109)
8+
9+
10+
* Update Node.js versions ([fd64f5b](https://github.com/karma-runner/karma-mocha/commit/fd64f5bcacf2e0de6eeb24772384442bd6a37bed))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* drop support for node 8
16+
117
<a name="1.3.0"></a>
218
# [1.3.0](https://github.com/karma-runner/karma-mocha/compare/v1.2.0...v1.3.0) (2016-11-09)
319

@@ -205,6 +221,3 @@
205221
### Bug Fixes
206222

207223
* 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)
208-
209-
210-

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-mocha",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"description": "A Karma plugin. Adapter for Mocha testing framework.",
55
"main": "lib/index.js",
66
"sharedKarmaFiles": {

0 commit comments

Comments
 (0)
This repository has been archived.