Skip to content

Commit

Permalink
chore(): update npm version and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jthoms1 committed Nov 16, 2016
1 parent 70531bc commit acce853
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="2.1.10"></a>
## [2.1.10](https://github.com/driftyco/ionic-cli/compare/v2.1.8...v2.1.10) (2016-11-16)


### Bug Fixes

* ensure run and emulate are delegating livereload and serve to app-scripts when applicable. ([c34b3c0](https://github.com/driftyco/ionic-cli/commit/c34b3c0))


### Features

* **emulate:** ensure emulate and run are choosing an IP and port that are available. ([70531bc](https://github.com/driftyco/ionic-cli/commit/70531bc))



<a name="2.1.9"></a>
## [2.1.9](https://github.com/driftyco/ionic-cli/compare/v2.1.8...v2.1.9) (2016-11-15)

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.9",
"version": "2.1.10",
"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.5",
"ionic-app-lib": "2.1.6",
"moment": "2.11.1",
"open": "0.0.5",
"optimist": "0.6.0",
Expand Down

0 comments on commit acce853

Please sign in to comment.