Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
strykermutator-npa committed Nov 24, 2017
1 parent 98048f4 commit b2d9cfd
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/stryker-javascript-mutator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.1"></a>
## [0.2.1](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.2.1) (2017-11-24)




**Note:** Version bump only for package stryker-javascript-mutator

<a name="0.2.0"></a>
# 0.2.0 (2017-11-24)

Expand Down
2 changes: 1 addition & 1 deletion packages/stryker-javascript-mutator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-javascript-mutator",
"version": "0.2.0",
"version": "0.2.1",
"description": "A plugin for javascript projects using Stryker",
"main": "src/index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/stryker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.15.1"></a>
## [0.15.1](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.15.1) (2017-11-24)


### Bug Fixes

* **Initializer:** Remove es5 option ([#469](https://github.com/stryker-mutator/stryker/issues/469)) ([98048f4](https://github.com/stryker-mutator/stryker/commit/98048f4))




<a name="0.15.0"></a>
# [0.15.0](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.15.0) (2017-11-24)

Expand Down
2 changes: 1 addition & 1 deletion packages/stryker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker",
"version": "0.15.0",
"version": "0.15.1",
"description": "The extendable JavaScript mutation testing framework",
"main": "src/Stryker.js",
"typings": "src/Stryker.d.ts",
Expand Down

0 comments on commit b2d9cfd

Please sign in to comment.