diff --git a/CHANGELOG.md b/CHANGELOG.md index 023386342..3d3759233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [17.1.0](https://github.com/NativeScript/nx/compare/17.0.1...17.1.0) (2023-11-27) + + +### Features + +* Angular 17 support with Nx 17.1+ ([7d7574f](https://github.com/NativeScript/nx/commit/7d7574f79cbdf541944db877425d954ee22098fe)) + + + ## [17.0.1](https://github.com/NativeScript/nx/compare/17.0.0...17.0.1) (2023-11-02) diff --git a/package.json b/package.json index dfc9460a3..f8a5e72aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-nx-plugins", - "version": "17.0.1", + "version": "17.1.0", "license": "MIT", "scripts": { "nx": "nx",