From 29de91fa9b3702150eddf37769fed492f062ec92 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 22 Oct 2024 15:58:36 -0700 Subject: [PATCH] release: 20.0.1 --- 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 1cb6478fc..1d2a157be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [20.0.1](https://github.com/NativeScript/nx/compare/20.0.0...20.0.1) (2024-10-22) + + +### Features + +* visionos prompt ([29d1495](https://github.com/NativeScript/nx/commit/29d14953a53e5d7692c05cda4e24a11af99af42d)) + + + # [20.0.0](https://github.com/NativeScript/nx/compare/19.0.1...20.0.0) (2024-10-22) diff --git a/package.json b/package.json index d07b38a30..cf84fae54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-nx-plugins", - "version": "20.0.0", + "version": "20.0.1", "license": "MIT", "scripts": { "nx": "nx", diff --git a/packages/nx/package.json b/packages/nx/package.json index 3b702fd2e..a32348355 100644 --- a/packages/nx/package.json +++ b/packages/nx/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/nx", - "version": "20.0.0", + "version": "20.0.1", "description": "NativeScript Plugin for Nx", "repository": { "type": "git",