Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2019-10-22)

### Bug Fixes

* **routing:** split out routes into routing module ([#181](#181)) ([b13b823](b13b823))
* **unit-tests:** allow the components to hydrate ([#173](#173)) ([4159e59](4159e59))

### Features

* **router:** change to dynamic import ([#176](#176)) ([fbf3627](fbf3627))
  • Loading branch information
Ionitron committed Oct 22, 2019
1 parent b13b823 commit 90ffd14
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.1.0](https://github.com/ionic-team/angular-toolkit/compare/v2.0.0...v2.1.0) (2019-10-22)


### Bug Fixes

* **routing:** split out routes into routing module ([#181](https://github.com/ionic-team/angular-toolkit/issues/181)) ([b13b823](https://github.com/ionic-team/angular-toolkit/commit/b13b8233c1b693be7a845494b3d98cda2c8fe1da))
* **unit-tests:** allow the components to hydrate ([#173](https://github.com/ionic-team/angular-toolkit/issues/173)) ([4159e59](https://github.com/ionic-team/angular-toolkit/commit/4159e598a43bdedaaaa4d179dd7c3fabc2618d42))


### Features

* **router:** change to dynamic import ([#176](https://github.com/ionic-team/angular-toolkit/issues/176)) ([fbf3627](https://github.com/ionic-team/angular-toolkit/commit/fbf3627f8a182b48bdacd6ca601d2c9411cf3fda))

# [2.0.0](https://github.com/ionic-team/angular-toolkit/compare/v1.5.1...v2.0.0) (2019-06-25)


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": "2.0.0",
"version": "2.1.0",
"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 90ffd14

Please sign in to comment.