diff --git a/CHANGELOG.md b/CHANGELOG.md index 039db44..8b9a6ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [14.2.1](https://github.com/NativeScript/angular/compare/14.2.0...14.2.1) (2022-09-08) + + +### Bug Fixes + +* listview node handling ([455d21d](https://github.com/NativeScript/angular/commit/455d21db486d73613e79e5cc78cd172144491cfb)) + + + # [14.2.0](https://github.com/NativeScript/angular/compare/14.0.4...14.2.0) (2022-08-27) diff --git a/package.json b/package.json index bf6f37a..5554adc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "14.2.0", + "version": "14.2.1", "license": "MIT", "private": true, "scripts": { diff --git a/packages/angular/package.json b/packages/angular/package.json index fe0ac44..99178fe 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/angular", - "version": "14.2.0", + "version": "14.2.1", "homepage": "https://nativescript.org/", "repository": { "type": "git",