From 3c87a59c51e79edf1c34eb36b2d1327fc1e23df0 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Mon, 9 Jan 2023 10:09:49 -0800 Subject: [PATCH] chore: 8.4.5 next --- CHANGELOG.md | 2 +- packages/core/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6f997b3..017dbff6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [8.4.4](https://github.com/NativeScript/NativeScript/compare/8.4.3-core...8.4.4) (2023-01-09) +## [8.4.4](https://github.com/NativeScript/NativeScript/compare/8.4.3-core...8.4.4-core) (2023-01-09) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 6e1234913..4a2b0bb4f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/core", - "version": "8.4.4", + "version": "8.4.5", "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.", "main": "index", "types": "index.d.ts",