diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c2dd9c6b6c..a4567d5048 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.8.7](https://github.com/NativeScript/NativeScript/compare/@akylas/nativescript@8.8.6...@akylas/nativescript@8.8.7) (2024-10-14) + +**Note:** Version bump only for package @akylas/nativescript + ## 8.8.6 (2024-10-14) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 22e8738f55..9791ac3792 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@akylas/nativescript", - "version": "8.8.6", + "version": "8.8.7", "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.", "main": "index", "types": "index.d.ts",