chore(release): @nativescript/core 8.4.1

This commit is contained in:
Nathan Walker
2022-11-30 11:39:20 -08:00
parent 39f3d77e75
commit 0fe1369f06
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [8.4.1](https://github.com/NativeScript/NativeScript/compare/8.4.0-core...8.4.1-core) (2022-11-30)
### Bug Fixes
* **core:** circular imports of SDK_VERSION ([82d60ae](https://github.com/NativeScript/NativeScript/commit/82d60ae057f0f14718c1065f51bf3edbf36ad96a))
## [8.4.0](https://github.com/NativeScript/NativeScript/compare/8.3.6-core...8.4.0-core) (2022-11-30)
### Features

View File

@ -1,6 +1,6 @@
{
"name": "nativescript",
"version": "8.4.0",
"version": "8.4.1",
"license": "MIT",
"scripts": {
"clean": "git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/* --exclude=!.npmrc",

View File

@ -1,6 +1,6 @@
{
"name": "@nativescript/core",
"version": "8.4.0",
"version": "8.4.1",
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
"main": "index",
"types": "index.d.ts",