Skip to content

Commit

Permalink
chore(): increment package.json and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jthoms1 committed Oct 14, 2016
1 parent 7e2dd6c commit b8e9023
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="2.1.1"></a>
## [2.1.1](https://github.com/driftyco/ionic-cli/compare/v2.1.0...v2.1.1) (2016-10-14)


### Bug Fixes

* 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))


### Features

* ensure child spawned processes for npm run print colors. ([f74e3c3](https://github.com/driftyco/ionic-cli/commit/f74e3c3))
* update `ionic info` to print ionic app-scripts version. ([7e2dd6c](https://github.com/driftyco/ionic-cli/commit/7e2dd6c))



<a name="2.1.0"></a>
# [2.1.0](https://github.com/driftyco/ionic-cli/compare/v2.0.0...v2.1.0) (2016-09-16)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic",
"version": "2.1.0",
"version": "2.1.1",
"preferGlobal": true,
"description": "A tool for creating and developing Ionic Framework mobile apps.",
"homepage": "http://ionicframework.com/",
Expand Down Expand Up @@ -69,7 +69,7 @@
"gulp": "3.8.8",
"gulp-util": "3.0.7",
"inquirer": "0.11.2",
"ionic-app-lib": "2.1.0-beta.1",
"ionic-app-lib": "2.1.1",
"moment": "2.11.1",
"open": "0.0.5",
"optimist": "0.6.0",
Expand Down

0 comments on commit b8e9023

Please sign in to comment.