From d20c168ed31d9371afc831a8ff5283b057743ddc Mon Sep 17 00:00:00 2001 From: Nathan Walker <walkerrunpdx@gmail.com> Date: Sat, 30 Apr 2022 10:37:09 -0700 Subject: [PATCH] release: 3.0.17 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- packages/nx/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) 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",