From c05b3283ec4b59ee88c286c1ab87f6d575f97e50 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Mon, 14 Jul 2025 11:22:29 -0700 Subject: [PATCH] release(core): 8.9.5 --- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5ef3501c5..f64fd83cf 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,9 @@ +## 8.9.5 (2025-07-14) + +### 🩹 Fixes + +- package format for current hook handling + ## 8.9.4 (2025-07-14) ### 🚀 Features diff --git a/packages/core/package.json b/packages/core/package.json index e353ce9b1..b1e1f3bcd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/core", - "version": "8.9.4", + "version": "8.9.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",