Skip to content

Commit eeba919

Browse files
committed
chore(): update package.json and CHANGELOG.
1 parent e673f13 commit eeba919

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="2.0.0-beta.33"></a>
2+
# [2.0.0-beta.33](https://github.com/driftyco/ionic-cli/compare/v2.0.0-beta.32...v2.0.0-beta.33) (2016-07-25)
3+
4+
5+
### Bug Fixes
6+
7+
* **cordova:** ensure that each cordova command will properly catch wh… ([#1154](https://github.com/driftyco/ionic-cli/issues/1154)) ([142128a](https://github.com/driftyco/ionic-cli/commit/142128a))
8+
9+
10+
111
<a name="2.0.0-beta.32"></a>
212
# [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)
313

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.32",
3+
"version": "2.0.0-beta.33",
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.18",
70+
"ionic-app-lib": "2.0.0-beta.19",
7171
"moment": "2.11.1",
7272
"open": "0.0.5",
7373
"optimist": "0.6.0",

0 commit comments

Comments
 (0)