From 2ef22a4c89dd036b780a8fd6c97492e7831664e2 Mon Sep 17 00:00:00 2001 From: StrykerMutator Date: Wed, 16 Aug 2017 05:40:04 +0000 Subject: [PATCH] Publish - grunt-stryker@0.7.0 --- packages/grunt-stryker/CHANGELOG.md | 11 +++++++++++ packages/grunt-stryker/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/grunt-stryker/CHANGELOG.md b/packages/grunt-stryker/CHANGELOG.md index 6e95aaba3a..c451025d49 100644 --- a/packages/grunt-stryker/CHANGELOG.md +++ b/packages/grunt-stryker/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [0.7.0](https://github.com/stryker-mutator/stryker/compare/grunt-stryker@0.6.1...grunt-stryker@0.7.0) (2017-08-16) + + +### Features + +* **grunt:** Update stryker peer dependency version ([7cb6fd2](https://github.com/stryker-mutator/stryker/commit/7cb6fd2)) + + + + ## [0.6.1](https://github.com/stryker-mutator/stryker/compare/grunt-stryker@0.6.0...grunt-stryker@0.6.1) (2017-08-11) diff --git a/packages/grunt-stryker/package.json b/packages/grunt-stryker/package.json index ff4ff9f188..d8eb60d8c9 100644 --- a/packages/grunt-stryker/package.json +++ b/packages/grunt-stryker/package.json @@ -1,7 +1,7 @@ { "name": "grunt-stryker", "description": "Grunt plugin for the mutation testing framework 'stryker'", - "version": "0.6.1", + "version": "0.7.0", "bugs": { "url": "https://github.com/stryker-mutator/stryker/issues" },