Skip to content

Commit

Permalink
chore(reease): 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 committed Feb 5, 2021
1 parent db96c4a commit 6ec9335
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
7.2.0
===

### Features
- Updated V8 to 8.9 (https://github.com/NativeScript/ns-v8ios-runtime/pull/84)

### Bug Fixes
- breakpoint debugging

7.1.1
===

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.1.2-rc.0"
#define NATIVESCRIPT_VERSION "7.2.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.1.2-rc.0",
"version": "7.2.0",
"keywords": [
"NativeScript",
"iOS",
Expand Down

0 comments on commit 6ec9335

Please sign in to comment.