diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad907794..a4007523a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.0.11](https://github.com/NativeScript/nx/compare/3.0.10...3.0.11) (2022-02-21) + + +### Features + +* support extra cli flags and plistUpdates + xmlUpdates in configurations ([d7782c3](https://github.com/NativeScript/nx/commit/d7782c3f64d631bfd51352697191c409a0fba22e)) + + + ## [3.0.10](https://github.com/NativeScript/nx/compare/3.0.9...3.0.10) (2022-02-11) diff --git a/package.json b/package.json index 06573e265..002895840 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-nx-plugins", - "version": "3.0.10", + "version": "3.0.11", "license": "MIT", "scripts": { "nx": "nx", diff --git a/packages/nx/package.json b/packages/nx/package.json index 21b669e34..ce1ec7b2e 100644 --- a/packages/nx/package.json +++ b/packages/nx/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/nx", - "version": "3.0.10", + "version": "3.0.11", "description": "NativeScript Plugin for Nx", "repository": { "type": "git",