From 97c3f810bf778317e11e375e1e17a0e7d7c8fae1 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Mon, 26 Dec 2022 15:33:13 -0800 Subject: [PATCH] release: 5.0.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4991c52..7b4ee9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.0.2](https://github.com/NativeScript/plugin-tools/compare/4.1.1...5.0.2) (2022-12-26) + + +### Features + +* nx migrate 15.4.1, {N} 8.4, Angular 15 ([#17](https://github.com/NativeScript/plugin-tools/issues/17)) ([1d32498](https://github.com/NativeScript/plugin-tools/commit/1d32498af30b2b0122af179a8b9e7b5d9e5d1054)) + + + ## [4.1.1](https://github.com/NativeScript/plugin-tools/compare/4.1.0...4.1.1) (2022-09-17) diff --git a/package.json b/package.json index 894ff36..4836782 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/plugin-tools-source", - "version": "4.1.1", + "version": "5.0.2", "license": "MIT", "scripts": { "clean": "npx rimraf package-lock.json yarn.lock node_modules && yarn",