From ac47b5618177619ed29bc6eeb60b35b56dc25884 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Sat, 6 Apr 2024 17:53:36 -0700 Subject: [PATCH] release: 5.2.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 187c765..7b1242c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [5.2.3](https://github.com/NativeScript/plugin-tools/compare/5.0.3...5.2.3) (2024-04-07) + + +### Features + +* add bump-packages generator ([#19](https://github.com/NativeScript/plugin-tools/issues/19)) ([5061aff](https://github.com/NativeScript/plugin-tools/commit/5061affe4828fc87fa6152d8bf3cf1c6b825a0d6)) +* Nx 18+ with migrations and dep updates ([#18](https://github.com/NativeScript/plugin-tools/issues/18)) ([4ecc884](https://github.com/NativeScript/plugin-tools/commit/4ecc8844974e910f92eb266281c7268f82a1c020)) + + + ## [5.0.3](https://github.com/NativeScript/plugin-tools/compare/5.0.2...5.0.3) (2022-12-28) diff --git a/package.json b/package.json index 5d7d54d..4a315dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/plugin-tools-source", - "version": "5.0.3", + "version": "5.2.3", "license": "MIT", "scripts": { "clean": "npx rimraf package-lock.json yarn.lock node_modules && yarn",