diff --git a/CHANGELOG.md b/CHANGELOG.md index 560e294..e7f5bae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [18.1.3](https://github.com/NativeScript/angular/compare/18.1.1...18.1.3) (2024-09-18) + + +### Bug Fixes + +* fallback to parentNode on removeChild (undocumented breaking change from https://github.com/angular/angular/pull/57203) ([a93c771](https://github.com/NativeScript/angular/commit/a93c771eee38d65857de38deb48dd5ac1506c09e)) + + + ## [18.1.1](https://github.com/NativeScript/angular/compare/18.1.0...18.1.1) (2024-07-18) diff --git a/package.json b/package.json index f858ce7..238f5c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "18.1.1", + "version": "18.1.3", "license": "MIT", "private": true, "scripts": { diff --git a/packages/angular/package.json b/packages/angular/package.json index 28e0655..99bf0cc 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/angular", - "version": "18.1.1", + "version": "18.1.3", "homepage": "https://nativescript.org/", "repository": { "type": "git",