Skip to content

Commit 48495ec

Browse files
committed
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.3...v1.3.0) (2019-01-29) ### Bug Fixes * **serve:** pass `cordovaBasePath` to cordova-build builder ([#57](#57)) ([93e3bbe](93e3bbe)) ### Features * **build:** add `--cordova-mock` option ([#63](#63)) ([a659636](a659636))
1 parent 93e3bbe commit 48495ec

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.3.0](https://github.com/ionic-team/angular-toolkit/compare/v1.2.3...v1.3.0) (2019-01-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **serve:** pass `cordovaBasePath` to cordova-build builder ([#57](https://github.com/ionic-team/angular-toolkit/issues/57)) ([93e3bbe](https://github.com/ionic-team/angular-toolkit/commit/93e3bbe))
7+
8+
9+
### Features
10+
11+
* **build:** add `--cordova-mock` option ([#63](https://github.com/ionic-team/angular-toolkit/issues/63)) ([a659636](https://github.com/ionic-team/angular-toolkit/commit/a659636))
12+
113
## [1.2.3](https://github.com/ionic-team/angular-toolkit/compare/v1.2.2...v1.2.3) (2019-01-24)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/angular-toolkit",
3-
"version": "1.2.3",
3+
"version": "1.3.0",
44
"description": "Schematics and builders for @ionic/angular apps.",
55
"homepage": "https://ionicframework.com/",
66
"author": "Ionic Team <hi@ionicframework.com> (https://ionicframework.com)",

0 commit comments

Comments
 (0)