diff --git a/CHANGELOG.md b/CHANGELOG.md index a970823d4..023386342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [17.0.1](https://github.com/NativeScript/nx/compare/17.0.0...17.0.1) (2023-11-02) + + +### Features + +* use log trace with verbose flag ([d34808e](https://github.com/NativeScript/nx/commit/d34808e8a3fd9e9f5fbdf12f42c33e230f979fe0)) + + + # [17.0.0](https://github.com/NativeScript/nx/compare/16.6.0...17.0.0) (2023-10-23) diff --git a/package.json b/package.json index 6b1eecd96..963f26ff7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-nx-plugins", - "version": "17.0.0", + "version": "17.0.1", "license": "MIT", "scripts": { "nx": "nx", diff --git a/packages/nx/package.json b/packages/nx/package.json index 27068dc62..27634615a 100644 --- a/packages/nx/package.json +++ b/packages/nx/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/nx", - "version": "17.0.0", + "version": "17.0.1", "description": "NativeScript Plugin for Nx", "repository": { "type": "git",