From d8347d148157af11619535ecaf37e860353ff461 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Fri, 12 Jul 2024 11:03:01 -0700 Subject: [PATCH] release: @nativescript/core 8.8.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 449af533d..856ce19bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.8.1](https://github.com/NativeScript/NativeScript/compare/8.8.0-core...8.8.1) (2024-07-12) + + +### Bug Fixes + +* **android:** targetSdk 34 registerBroadcastReceiver ([#10585](https://github.com/NativeScript/NativeScript/issues/10585)) ([4c70596](https://github.com/NativeScript/NativeScript/commit/4c705967d20817c55bac73c21701a96e60874da7)) + + + # [8.8.0](https://github.com/NativeScript/NativeScript/compare/8.7.2-core...8.8.0-core) (2024-07-11) diff --git a/package.json b/package.json index d9668d0b3..7a7b42285 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript", - "version": "8.8.0", + "version": "8.8.1", "license": "MIT", "scripts": { "clean": "git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/* --exclude=!.npmrc",