This repository has been archived by the owner on Feb 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94d9010
commit 868cc92
Showing
1 changed file
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,35 @@ | ||
<a name="0.0.5"></a> | ||
## [0.0.5](https://github.io/stryker-mutator/stryker-jest-runner/compare/v0.0.4...v0.0.5) (2017-02-13) | ||
## 0.0.5 (2017-02-13) | ||
|
||
* chore: release v0.0.5 ([94d9010](https://github.io/stryker-mutator/stryker-jest-runner/commit/94d9010)) | ||
* fix(plugin) Use correct name for registering plugin ([1ae61fb](https://github.io/stryker-mutator/stryker-jest-runner/commit/1ae61fb)) | ||
* fix(reporting) Error messages should only be filled if there are some ([8faf6c9](https://github.io/stryker-mutator/stryker-jest-runner/commit/8faf6c9)) | ||
|
||
|
||
|
||
<a name="0.0.4"></a> | ||
## [0.0.4](https://github.io/stryker-mutator/stryker-jest-runner/compare/v0.0.3...v0.0.4) (2017-02-10) | ||
## 0.0.4 (2017-02-10) | ||
|
||
* chore: release v0.0.4 ([ebbbb71](https://github.io/stryker-mutator/stryker-jest-runner/commit/ebbbb71)) | ||
* chore(doc) clean duplicates from changelog ([ba9c278](https://github.io/stryker-mutator/stryker-jest-runner/commit/ba9c278)) | ||
* doc(readme) Mention that coverageAnalysis does not (yet) work ([8b0d1bd](https://github.io/stryker-mutator/stryker-jest-runner/commit/8b0d1bd)) | ||
|
||
|
||
|
||
<a name="0.0.3"></a> | ||
## 0.0.3 (2017-02-10) | ||
|
||
* chore: add LICENSE file ([72481a5](https://github.io/stryker-mutator/stryker-jest-runner/commit/72481a5)) | ||
* chore: initial commit ([aa043d6](https://github.io/stryker-mutator/stryker-jest-runner/commit/aa043d6)) | ||
* chore: release v0.0.2 ([c27827d](https://github.io/stryker-mutator/stryker-jest-runner/commit/c27827d)) | ||
* chore: release v0.0.3 ([1dc606c](https://github.io/stryker-mutator/stryker-jest-runner/commit/1dc606c)) | ||
* chore: update contributors ([730a93b](https://github.io/stryker-mutator/stryker-jest-runner/commit/730a93b)) | ||
* chore: update contributors ([1af92d8](https://github.io/stryker-mutator/stryker-jest-runner/commit/1af92d8)) | ||
* chore: update contributors ([48bd6dc](https://github.io/stryker-mutator/stryker-jest-runner/commit/48bd6dc)) | ||
* docs(readme) Update documentation and clean-up package.json (#5) ([97d1661](https://github.io/stryker-mutator/stryker-jest-runner/commit/97d1661)) | ||
* feat(basic-runner): Implementation of a basic Jest-runner (#4) ([960c59d](https://github.io/stryker-mutator/stryker-jest-runner/commit/960c59d)) | ||
* feat(es2015-promise): Remove dep to es6-promise ([7f8424a](https://github.io/stryker-mutator/stryker-jest-runner/commit/7f8424a)) | ||
* fix(README): Fix Travis Badge pointing to the wrong repo ([9177447](https://github.io/stryker-mutator/stryker-jest-runner/commit/9177447)) | ||
|
||
### Bug Fixes | ||
|
||
* **README:** Fix Travis Badge pointing to the wrong repo ([9177447](https://github.io/stryker-mutator/stryker-jest-runner/commit/9177447)) | ||
|
||
|
||
### Features | ||
|
||
* **basic-runner:** Implementation of a basic Jest-runner (#4) ([960c59d](https://github.io/stryker-mutator/stryker-jest-runner/commit/960c59d)) | ||
* **es2015-promise:** Remove dep to es6-promise ([7f8424a](https://github.io/stryker-mutator/stryker-jest-runner/commit/7f8424a)) | ||
|