diff --git a/CHANGELOG.md b/CHANGELOG.md index d0cfdae..a945ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [15.0.0](https://github.com/NativeScript/angular/compare/14.2.7...15.0.0) (2022-11-30) + +### Features + +* Angular 15 support ([#97](https://github.com/NativeScript/angular/issues/97)) ([51ad39e](https://github.com/NativeScript/angular/commit/51ad39e6c52f99d9e1249efeecc2e61d339cd061)) + + +## [14.2.7](https://github.com/NativeScript/angular/compare/14.2.6...14.2.7) (2022-11-30) + + +### Bug Fixes + +* **router:** fix navigation when clearing history and navigating before the navigatedTo event fires ([#100](https://github.com/NativeScript/angular/issues/100)) ([f276f56](https://github.com/NativeScript/angular/commit/f276f5690a9e6dd99fb2a613343fd7f07f8bab33)) + + + ## [14.2.6](https://github.com/NativeScript/angular/compare/14.2.5...14.2.6) (2022-11-23) diff --git a/package.json b/package.json index 7cc3b6c..6ee3973 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "14.2.7", + "version": "15.0.0", "license": "MIT", "private": true, "scripts": { diff --git a/packages/angular/package.json b/packages/angular/package.json index 74e8440..5562a5c 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/angular", - "version": "14.2.7", + "version": "15.0.0", "homepage": "https://nativescript.org/", "repository": { "type": "git",