Skip to content

Commit b8e9023

Browse files
committed
chore(): increment package.json and update changelog.
1 parent 7e2dd6c commit b8e9023

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="2.1.1"></a>
2+
## [2.1.1](https://github.com/driftyco/ionic-cli/compare/v2.1.0...v2.1.1) (2016-10-14)
3+
4+
5+
### Bug Fixes
6+
7+
* ensure all child spawned npm process exit when the parent process ends. fixes [#1544](https://github.com/driftyco/ionic-cli/issues/1544) ([157aefd](https://github.com/driftyco/ionic-cli/commit/157aefd))
8+
9+
10+
### Features
11+
12+
* ensure child spawned processes for npm run print colors. ([f74e3c3](https://github.com/driftyco/ionic-cli/commit/f74e3c3))
13+
* update `ionic info` to print ionic app-scripts version. ([7e2dd6c](https://github.com/driftyco/ionic-cli/commit/7e2dd6c))
14+
15+
16+
117
<a name="2.1.0"></a>
218
# [2.1.0](https://github.com/driftyco/ionic-cli/compare/v2.0.0...v2.1.0) (2016-09-16)
319

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"preferGlobal": true,
55
"description": "A tool for creating and developing Ionic Framework mobile apps.",
66
"homepage": "http://ionicframework.com/",
@@ -69,7 +69,7 @@
6969
"gulp": "3.8.8",
7070
"gulp-util": "3.0.7",
7171
"inquirer": "0.11.2",
72-
"ionic-app-lib": "2.1.0-beta.1",
72+
"ionic-app-lib": "2.1.1",
7373
"moment": "2.11.1",
7474
"open": "0.0.5",
7575
"optimist": "0.6.0",

0 commit comments

Comments
 (0)