Skip to content

File tree

34 files changed

+195
-50
lines changed

34 files changed

+195
-50
lines changed

packages/grunt-stryker/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.17](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.13.17) (2019-02-12)
7+
8+
**Note:** Version bump only for package grunt-stryker
9+
10+
11+
12+
13+
614
## [0.13.16](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.13.16) (2019-02-08)
715

816
**Note:** Version bump only for package grunt-stryker

packages/grunt-stryker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-stryker",
33
"description": "Grunt plugin for the mutation testing framework 'stryker'",
4-
"version": "0.13.16",
4+
"version": "0.13.17",
55
"bugs": {
66
"url": "https://github.com/stryker-mutator/stryker/issues"
77
},
@@ -30,7 +30,7 @@
3030
},
3131
"main": "Gruntfile.js",
3232
"devDependencies": {
33-
"stryker-api": "^0.24.0"
33+
"stryker-api": "^0.24.1"
3434
},
3535
"peerDependencies": {
3636
"grunt": ">=0.4.5",

packages/stryker-api/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.24.1](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.24.1) (2019-02-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **mutants:** Prevent memory leak when transpiling mutants ([#1376](https://github.com/stryker-mutator/stryker/issues/1376)) ([45c2852](https://github.com/stryker-mutator/stryker/commit/45c2852)), closes [#920](https://github.com/stryker-mutator/stryker/issues/920)
12+
13+
14+
15+
16+
617
# [0.24.0](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.24.0) (2019-02-08)
718

819

packages/stryker-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stryker-api",
3-
"version": "0.24.0",
3+
"version": "0.24.1",
44
"description": "The api for the extendable JavaScript mutation testing framework Stryker",
55
"repository": {
66
"type": "git",

packages/stryker-babel-transpiler/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.10.1](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.10.1) (2019-02-12)
7+
8+
**Note:** Version bump only for package stryker-babel-transpiler
9+
10+
11+
12+
13+
614
# [0.10.0](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.10.0) (2019-02-08)
715

816

packages/stryker-babel-transpiler/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stryker-babel-transpiler",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "A plugin for babel projects using Stryker",
55
"main": "src/index.js",
66
"scripts": {
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
"@stryker-mutator/util": "^0.1.0",
4646
"minimatch": "~3.0.4",
47-
"stryker-api": "^0.24.0"
47+
"stryker-api": "^0.24.1"
4848
},
4949
"peerDependencies": {
5050
"@babel/core": "^7"
@@ -57,7 +57,7 @@
5757
"@babel/preset-flow": "^7.0.0",
5858
"@babel/preset-stage-2": "^7.0.0",
5959
"@babel/preset-typescript": "^7.1.0",
60-
"@stryker-mutator/test-helpers": "^0.1.0",
60+
"@stryker-mutator/test-helpers": "^0.1.1",
6161
"@types/babel__core": "~7.0.4",
6262
"@types/babel__generator": "~7.0.1",
6363
"@types/babel__template": "~7.0.1",

packages/stryker-html-reporter/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.18.1](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.18.1) (2019-02-12)
7+
8+
**Note:** Version bump only for package stryker-html-reporter
9+
10+
11+
12+
13+
614
# [0.18.0](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.18.0) (2019-02-08)
715

816

packages/stryker-html-reporter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stryker-html-reporter",
3-
"version": "0.18.0",
3+
"version": "0.18.1",
44
"description": "An html reporter for the JavaScript mutation testing framework Stryker",
55
"main": "src/index.js",
66
"typings": "src/index.d.ts",
@@ -41,11 +41,11 @@
4141
"mkdirp": "~0.5.1",
4242
"mz": "~2.7.0",
4343
"rimraf": "~2.6.1",
44-
"stryker-api": "^0.24.0",
44+
"stryker-api": "^0.24.1",
4545
"typed-html": "~1.0.0"
4646
},
4747
"devDependencies": {
48-
"@stryker-mutator/test-helpers": "^0.1.0",
48+
"@stryker-mutator/test-helpers": "^0.1.1",
4949
"@types/file-url": "~2.0.0",
5050
"@types/jsdom": "~12.2.0",
5151
"@types/node": "^10.11.5",

packages/stryker-jasmine-runner/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.4.1](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.4.1) (2019-02-12)
7+
8+
**Note:** Version bump only for package stryker-jasmine-runner
9+
10+
11+
12+
13+
614
# [0.4.0](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.4.0) (2019-02-08)
715

816

packages/stryker-jasmine-runner/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stryker-jasmine-runner",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A plugin to use the Jasmine (NodeJS) test runner in Stryker, the mutation testing framework for JavaScript and friends",
55
"main": "src/index.js",
66
"scripts": {
@@ -38,11 +38,11 @@
3838
"jasmine": ">=2"
3939
},
4040
"devDependencies": {
41-
"@stryker-mutator/test-helpers": "^0.1.0",
42-
"stryker-jasmine": "^0.12.0"
41+
"@stryker-mutator/test-helpers": "^0.1.1",
42+
"stryker-jasmine": "^0.12.1"
4343
},
4444
"dependencies": {
45-
"stryker-api": "^0.24.0"
45+
"stryker-api": "^0.24.1"
4646
},
4747
"initStrykerConfig": {
4848
"jasmineConfigFile": "spec/support/jasmine.json"

0 commit comments

Comments
 (0)