From f013233f038b847c97dc0ea8ba5a98dd22422964 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Fri, 13 Oct 2023 19:17:51 -0700 Subject: [PATCH] release: 16.6.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- packages/nx/package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fbf225b4..23f3aeab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [16.6.0](https://github.com/NativeScript/nx/compare/16.5.2...16.6.0) (2023-10-14) + + +### Features + +* support {N} 8.6 ([2c45649](https://github.com/NativeScript/nx/commit/2c45649c4007d6cea41a318cc29a16ad149277ac)) +* use visionos emoji when targeting that platform ([f247d86](https://github.com/NativeScript/nx/commit/f247d86facdca45f93c6096a2be71915d2d35a1b)) + + + ## [16.5.2](https://github.com/NativeScript/nx/compare/16.5.1...16.5.2) (2023-07-05) diff --git a/package.json b/package.json index 7e509e0c2..7fe3a99f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-nx-plugins", - "version": "16.5.2", + "version": "16.6.0", "license": "MIT", "scripts": { "nx": "nx", diff --git a/packages/nx/package.json b/packages/nx/package.json index 21a29b2a6..9481cf092 100644 --- a/packages/nx/package.json +++ b/packages/nx/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/nx", - "version": "16.5.2", + "version": "16.6.0", "description": "NativeScript Plugin for Nx", "repository": { "type": "git",