Skip to content

Commit

Permalink
chore(release): 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Sep 8, 2021
1 parent f946828 commit 867f8ef
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [8.1.0](https://github.com/NativeScript/ns-v8ios-runtime/compare/v7.2.0...v8.1.0) (2021-09-08)


### Bug Fixes

* check if a static method is already set ([#122](https://github.com/NativeScript/ns-v8ios-runtime/issues/122)) ([1f40861](https://github.com/NativeScript/ns-v8ios-runtime/commit/1f408616e3df3012f6ae42adff8c77907be23354))
* isolate dispose on app exit handling ([57ec2ec](https://github.com/NativeScript/ns-v8ios-runtime/commit/57ec2ec012f5c9b5322be1e330cc3e747926bc0d))
* memory leak when marshalling C string parameters ([#127](https://github.com/NativeScript/ns-v8ios-runtime/issues/127)) ([f946828](https://github.com/NativeScript/ns-v8ios-runtime/commit/f946828f4555defdbf12c5eb7cad47b741150fbf))
* general memory leak fixes [62dff97](https://github.com/NativeScript/ns-v8ios-runtime/commit/62dff97cba05785b69db6c5b4001998f313bd449)


### Features

* Update V8 to 9.2.230.18 ([#121](https://github.com/NativeScript/ns-v8ios-runtime/issues/121)) ([b4239fa](https://github.com/NativeScript/ns-v8ios-runtime/commit/b4239facbfcaec13f7efbb8c44ce633ab319ffdc))



7.2.0
===

Expand Down
2 changes: 1 addition & 1 deletion NativeScript/NativeScript-Prefix.pch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef NativeScript_Prefix_pch
#define NativeScript_Prefix_pch

#define NATIVESCRIPT_VERSION "8.1.0-rc.1"
#define NATIVESCRIPT_VERSION "8.1.0"

#ifdef DEBUG
#define SIZEOF_OFF_T 8
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript/ios",
"description": "NativeScript Runtime for iOS",
"version": "8.1.0-rc.1",
"version": "8.1.0",
"keywords": [
"NativeScript",
"iOS",
Expand All @@ -24,7 +24,11 @@
"build-v8-source": "./build_v8_source.sh",
"build-v8-source-catalyst": "./build_v8_source_catalyst.sh",
"build": "./build_all.sh",
"update-version": "./update_version.sh"
"update-version": "./update_version.sh",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"license": "Apache-2.0"
"license": "Apache-2.0",
"devDependencies": {
"conventional-changelog-cli": "^2.1.1"
}
}

0 comments on commit 867f8ef

Please sign in to comment.