diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a9f19579..ffeb197a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.0.17](https://github.com/NativeScript/nx/compare/3.0.16...3.0.17) (2022-04-30) + + +### Features + +* compare plistUpdates and id options to only change if needs to ([a201e38](https://github.com/NativeScript/nx/commit/a201e38390111c6a035feffcce6151420a0f4198)) + + + ## [3.0.16](https://github.com/NativeScript/nx/compare/3.0.15...3.0.16) (2022-04-22) diff --git a/package.json b/package.json index b14050162..368bb8cb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-nx-plugins", - "version": "3.0.16", + "version": "3.0.17", "license": "MIT", "scripts": { "nx": "nx", diff --git a/packages/nx/package.json b/packages/nx/package.json index 4a281807a..31b72b41a 100644 --- a/packages/nx/package.json +++ b/packages/nx/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/nx", - "version": "3.0.16", + "version": "3.0.17", "description": "NativeScript Plugin for Nx", "repository": { "type": "git",