From 47d62548743bc105c5092c79f8f689d7d107db22 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Mon, 27 Nov 2023 09:42:56 -0800 Subject: [PATCH] release: 17.1.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 023386342..3d3759233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [17.1.0](https://github.com/NativeScript/nx/compare/17.0.1...17.1.0) (2023-11-27) + + +### Features + +* Angular 17 support with Nx 17.1+ ([7d7574f](https://github.com/NativeScript/nx/commit/7d7574f79cbdf541944db877425d954ee22098fe)) + + + ## [17.0.1](https://github.com/NativeScript/nx/compare/17.0.0...17.0.1) (2023-11-02) diff --git a/package.json b/package.json index dfc9460a3..f8a5e72aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-nx-plugins", - "version": "17.0.1", + "version": "17.1.0", "license": "MIT", "scripts": { "nx": "nx",