Skip to content

Commit 51469d6

Browse files
committed
Merge branch 'v2' of github.com:driftyco/ionic-cli into v2
2 parents 5b400e7 + b006e3f commit 51469d6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="2.0.0-beta.32"></a>
2+
# [2.0.0-beta.32](https://github.com/driftyco/ionic-cli/compare/v2.0.0-beta.31...v2.0.0-beta.32) (2016-06-23)
3+
4+
### Bug Fixes
5+
* **upload** Update ionic-app-lib dependency to fix HTML entities being created in index.html on upload. Closes [#562](https://github.com/driftyco/ionic-cli/issues/562), [#600](https://github.com/driftyco/ionic-cli/issues/600), [#640](https://github.com/driftyco/ionic-cli/issues/640)
6+
17
<a name="2.0.0-beta.31"></a>
28
# [2.0.0-beta.31](https://github.com/driftyco/ionic-cli/compare/v2.0.0-beta.30...v2.0.0-beta.31) (2016-06-13)
39

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.0.0-beta.31",
3+
"version": "2.0.0-beta.32",
44
"preferGlobal": true,
55
"description": "A tool for creating and developing Ionic Framework mobile apps.",
66
"homepage": "http://ionicframework.com/",
@@ -67,7 +67,7 @@
6767
"gulp": "3.8.8",
6868
"gulp-util": "3.0.7",
6969
"inquirer": "0.11.2",
70-
"ionic-app-lib": "2.0.0-beta.17",
70+
"ionic-app-lib": "2.0.0-beta.18",
7171
"moment": "2.11.1",
7272
"open": "0.0.5",
7373
"optimist": "0.6.0",

0 commit comments

Comments
 (0)