diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e8d56..cd32d38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.3](https://github.com/ionic-team/angular-toolkit/compare/v2.3.2...v2.3.3) (2020-08-24) + + +### Bug Fixes + +* **generators:** update path builder ([#275](https://github.com/ionic-team/angular-toolkit/issues/275)) ([1393e8c](https://github.com/ionic-team/angular-toolkit/commit/1393e8c088c93d2a505d1ac96c68f03e32a815ac)), closes [#274](https://github.com/ionic-team/angular-toolkit/issues/274) + ## [2.3.2](https://github.com/ionic-team/angular-toolkit/compare/v2.3.1...v2.3.2) (2020-08-21) diff --git a/package-lock.json b/package-lock.json index 6d41331..b4d44f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-toolkit", - "version": "2.3.2", + "version": "2.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 173f389..c4a1b8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-toolkit", - "version": "2.3.2", + "version": "2.3.3", "description": "Schematics and builders for @ionic/angular apps.", "homepage": "https://ionicframework.com/", "author": "Ionic Team (https://ionicframework.com)",