Skip to content

Commit 92195e8

Browse files
committed
chore(release): 7.1.0
1 parent 22173da commit 92195e8

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
7.1.0
2+
===
3+
4+
### Features
5+
- Updated V8 to 8.9 (https://github.com/NativeScript/ns-v8ios-runtime/pull/84)
6+
7+
### Bug Fixes
8+
- XCode 12.3 support (https://github.com/NativeScript/ns-v8ios-runtime/pull/92)
9+
- DictionaryAdapter missing handle scopes and locks (https://github.com/NativeScript/ns-v8ios-runtime/pull/90)
10+
- PromiseProxy returns function regardless of underlying property type (https://github.com/NativeScript/ns-v8ios-runtime/pull/90)
11+
112
7.0.6
213
===
314

NativeScript/NativeScript-Prefix.pch

+1-1
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 "7.0.0"
4+
#define NATIVESCRIPT_VERSION "7.1.0"
55

66
#ifdef DEBUG
77
#define SIZEOF_OFF_T 8

package.json

+1-1
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": "7.0.6",
4+
"version": "7.1.0",
55
"keywords": [
66
"NativeScript",
77
"iOS",

0 commit comments

Comments
 (0)