Skip to content

Commit acce853

Browse files
committed
chore(): update npm version and changelog.
1 parent 70531bc commit acce853

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="2.1.10"></a>
2+
## [2.1.10](https://github.com/driftyco/ionic-cli/compare/v2.1.8...v2.1.10) (2016-11-16)
3+
4+
5+
### Bug Fixes
6+
7+
* ensure run and emulate are delegating livereload and serve to app-scripts when applicable. ([c34b3c0](https://github.com/driftyco/ionic-cli/commit/c34b3c0))
8+
9+
10+
### Features
11+
12+
* **emulate:** ensure emulate and run are choosing an IP and port that are available. ([70531bc](https://github.com/driftyco/ionic-cli/commit/70531bc))
13+
14+
15+
116
<a name="2.1.9"></a>
217
## [2.1.9](https://github.com/driftyco/ionic-cli/compare/v2.1.8...v2.1.9) (2016-11-15)
318

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.9",
3+
"version": "2.1.10",
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.5",
72+
"ionic-app-lib": "2.1.6",
7373
"moment": "2.11.1",
7474
"open": "0.0.5",
7575
"optimist": "0.6.0",

0 commit comments

Comments
 (0)