Skip to content

Commit 97e1a69

Browse files
committed
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.1...v1.5.0) (2019-03-21) ### Bug Fixes * **cordova:** obey `--source-map` for production builds ([23481bd](23481bd)) ### Features * **cordova-serve:** support --consolelogs option ([#100](#100)) ([07af906](07af906))
1 parent 23481bd commit 97e1a69

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.5.0](https://github.com/ionic-team/angular-toolkit/compare/v1.4.1...v1.5.0) (2019-03-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **cordova:** obey `--source-map` for production builds ([23481bd](https://github.com/ionic-team/angular-toolkit/commit/23481bd))
7+
8+
9+
### Features
10+
11+
* **cordova-serve:** support --consolelogs option ([#100](https://github.com/ionic-team/angular-toolkit/issues/100)) ([07af906](https://github.com/ionic-team/angular-toolkit/commit/07af906))
12+
113
## [1.4.1](https://github.com/ionic-team/angular-toolkit/compare/v1.4.0...v1.4.1) (2019-03-19)
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.4.1",
3+
"version": "1.5.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)