From 92195e8f7c02aa50a97d686757e0b04070c78ef7 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Wed, 30 Dec 2020 11:25:08 +0100 Subject: [PATCH] chore(release): 7.1.0 --- CHANGELOG.md | 11 +++++++++++ NativeScript/NativeScript-Prefix.pch | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a858d5df..96455a33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +7.1.0 +=== + +### Features +- Updated V8 to 8.9 (https://github.com/NativeScript/ns-v8ios-runtime/pull/84) + +### Bug Fixes +- XCode 12.3 support (https://github.com/NativeScript/ns-v8ios-runtime/pull/92) +- DictionaryAdapter missing handle scopes and locks (https://github.com/NativeScript/ns-v8ios-runtime/pull/90) +- PromiseProxy returns function regardless of underlying property type (https://github.com/NativeScript/ns-v8ios-runtime/pull/90) + 7.0.6 === diff --git a/NativeScript/NativeScript-Prefix.pch b/NativeScript/NativeScript-Prefix.pch index dde797d4..d1fe9625 100644 --- a/NativeScript/NativeScript-Prefix.pch +++ b/NativeScript/NativeScript-Prefix.pch @@ -1,7 +1,7 @@ #ifndef NativeScript_Prefix_pch #define NativeScript_Prefix_pch -#define NATIVESCRIPT_VERSION "7.0.0" +#define NATIVESCRIPT_VERSION "7.1.0" #ifdef DEBUG #define SIZEOF_OFF_T 8 diff --git a/package.json b/package.json index 1ee77177..0baae4e5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/ios", "description": "NativeScript Runtime for iOS", - "version": "7.0.6", + "version": "7.1.0", "keywords": [ "NativeScript", "iOS",