Skip to content

Commit

Permalink
chore(release): 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 committed Dec 30, 2020
1 parent 22173da commit 92195e8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
===

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 "7.0.0"
#define NATIVESCRIPT_VERSION "7.1.0"

#ifdef DEBUG
#define SIZEOF_OFF_T 8
Expand Down
2 changes: 1 addition & 1 deletion 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": "7.0.6",
"version": "7.1.0",
"keywords": [
"NativeScript",
"iOS",
Expand Down

0 comments on commit 92195e8

Please sign in to comment.