release: @nativescript/core 8.8.1

This commit is contained in:
Nathan Walker
2024-07-12 11:03:01 -07:00
parent 4c705967d2
commit d8347d1481
2 changed files with 10 additions and 1 deletions

View File

@ -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)

View File

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