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",