diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f37144..7c56747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.0.3](https://github.com/NativeScript/plugin-tools/compare/4.0.2...4.0.3) (2022-07-04) + + +### Features + +* include @nrwl/nx-cloud for executors ([9e46567](https://github.com/NativeScript/plugin-tools/commit/9e46567e16a021357b9f02e610451138e6f23a60)) + + + ## [4.0.2](https://github.com/NativeScript/plugin-tools/compare/4.0.1...4.0.2) (2022-07-04) diff --git a/package.json b/package.json index 0a46cdf..25fe990 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/plugin-tools-source", - "version": "4.0.2", + "version": "4.0.3", "license": "MIT", "scripts": { "clean": "npx rimraf package-lock.json yarn.lock node_modules && yarn", diff --git a/packages/plugin-tools/package.json b/packages/plugin-tools/package.json index e2d670b..675d5f0 100644 --- a/packages/plugin-tools/package.json +++ b/packages/plugin-tools/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/plugin-tools", - "version": "4.0.2", + "version": "4.0.3", "description": "NativeScript plugin tooling for workspaces", "homepage": "https://nativescript.org", "repository": {