diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d0671f166..8e3f49077c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+## [2.1.12](https://github.com/driftyco/ionic-cli/compare/v2.1.11...v2.1.12) (2016-11-17)
+
+
+### Bug Fixes
+
+* when spawning npmScripts ensure that stderr is piped correctly ([7687337](https://github.com/driftyco/ionic-cli/commit/7687337))
+
+
+
## [2.1.10](https://github.com/driftyco/ionic-cli/compare/v2.1.8...v2.1.10) (2016-11-16)
diff --git a/package.json b/package.json
index e0f1dcbaa5..e0efe32ad8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ionic",
- "version": "2.1.11",
+ "version": "2.1.12",
"preferGlobal": true,
"description": "A tool for creating and developing Ionic Framework mobile apps.",
"homepage": "http://ionicframework.com/",