diff --git a/packages/stryker/CHANGELOG.md b/packages/stryker/CHANGELOG.md
index 7ec34d7897..c32d7fef27 100644
--- a/packages/stryker/CHANGELOG.md
+++ b/packages/stryker/CHANGELOG.md
@@ -3,6 +3,14 @@
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.10.1](https://github.com/stryker-mutator/stryker/compare/stryker@0.9.3...stryker@0.10.1) (2017-09-20)
+
+
+### Bug Fixes
+
+* **missing dependency:** Remove invalid package-lock file ([aeeeb7b](https://github.com/stryker-mutator/stryker/commit/aeeeb7b))
+
# [0.10.0](https://github.com/stryker-mutator/stryker/compare/stryker@0.9.3...stryker@0.10.0) (2017-09-19)
diff --git a/packages/stryker/package.json b/packages/stryker/package.json
index 75722c54ed..14fcdeab66 100644
--- a/packages/stryker/package.json
+++ b/packages/stryker/package.json
@@ -1,6 +1,6 @@
{
"name": "stryker",
- "version": "0.10.0",
+ "version": "0.10.1",
"description": "The extendable JavaScript mutation testing framework",
"main": "src/Stryker.js",
"typings": "src/Stryker.d.ts",