From 1a3de90787c0b4a8e24a22726e1d4f1a2921dd42 Mon Sep 17 00:00:00 2001 From: Josh Thomas Date: Thu, 17 Nov 2016 10:06:42 -0600 Subject: [PATCH] chore(): increment npm script and update changelog. --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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/",