Skip to content

Commit 867f8ef

Browse files
committed
chore(release): 8.1.0
1 parent f946828 commit 867f8ef

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [8.1.0](https://github.com/NativeScript/ns-v8ios-runtime/compare/v7.2.0...v8.1.0) (2021-09-08)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
* isolate dispose on app exit handling ([57ec2ec](https://github.com/NativeScript/ns-v8ios-runtime/commit/57ec2ec012f5c9b5322be1e330cc3e747926bc0d))
8+
* 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))
9+
* general memory leak fixes [62dff97](https://github.com/NativeScript/ns-v8ios-runtime/commit/62dff97cba05785b69db6c5b4001998f313bd449)
10+
11+
12+
### Features
13+
14+
* 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))
15+
16+
17+
118
7.2.0
219
===
320

NativeScript/NativeScript-Prefix.pch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef NativeScript_Prefix_pch
22
#define NativeScript_Prefix_pch
33

4-
#define NATIVESCRIPT_VERSION "8.1.0-rc.1"
4+
#define NATIVESCRIPT_VERSION "8.1.0"
55

66
#ifdef DEBUG
77
#define SIZEOF_OFF_T 8

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/ios",
33
"description": "NativeScript Runtime for iOS",
4-
"version": "8.1.0-rc.1",
4+
"version": "8.1.0",
55
"keywords": [
66
"NativeScript",
77
"iOS",
@@ -24,7 +24,11 @@
2424
"build-v8-source": "./build_v8_source.sh",
2525
"build-v8-source-catalyst": "./build_v8_source_catalyst.sh",
2626
"build": "./build_all.sh",
27-
"update-version": "./update_version.sh"
27+
"update-version": "./update_version.sh",
28+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
2829
},
29-
"license": "Apache-2.0"
30+
"license": "Apache-2.0",
31+
"devDependencies": {
32+
"conventional-changelog-cli": "^2.1.1"
33+
}
3034
}

0 commit comments

Comments
 (0)