diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d3759233..f21dff76e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [18.0.0](https://github.com/NativeScript/nx/compare/17.1.0...18.0.0) (2024-04-06) + + +### Features + +* Nx 18+ ([27e2e16](https://github.com/NativeScript/nx/commit/27e2e1629c909da57d5fed9bdb99e0d56e355090)) + + + # [17.1.0](https://github.com/NativeScript/nx/compare/17.0.1...17.1.0) (2023-11-27) diff --git a/package.json b/package.json index 6d30a539d..682fbae95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-nx-plugins", - "version": "17.1.0", + "version": "18.0.0", "license": "MIT", "scripts": { "nx": "nx",