Skip to content

Commit

Permalink
chore(release): 1.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.3](ionic-team/angular-toolkit@v1.2.2...v1.2.3) (2019-01-24)

### Bug Fixes

* **application:** add e2e schematics to fulfill `ng g app` ([fc1421e](ionic-team@fc1421e))
* **build:** never delete output path ([b614db9](ionic-team@b614db9))
* **serve:** use proxyConfig option from serve ([859ce96](ionic-team@859ce96))
  • Loading branch information
Ionitron committed Jan 24, 2019
1 parent 859ce96 commit 830f60b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.2.3](https://github.com/ionic-team/angular-toolkit/compare/v1.2.2...v1.2.3) (2019-01-24)


### Bug Fixes

* **application:** add e2e schematics to fulfill `ng g app` ([fc1421e](https://github.com/ionic-team/angular-toolkit/commit/fc1421e))
* **build:** never delete output path ([b614db9](https://github.com/ionic-team/angular-toolkit/commit/b614db9))
* **serve:** use proxyConfig option from serve ([859ce96](https://github.com/ionic-team/angular-toolkit/commit/859ce96))

## [1.2.2](https://github.com/ionic-team/angular-toolkit/compare/v1.2.1...v1.2.2) (2018-12-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/angular-toolkit",
"version": "1.2.2",
"version": "1.2.3",
"description": "Schematics and builders for @ionic/angular apps.",
"homepage": "https://ionicframework.com/",
"author": "Ionic Team <hi@ionicframework.com> (https://ionicframework.com)",
Expand Down

0 comments on commit 830f60b

Please sign in to comment.