Skip to content

Commit 6ec9335

Browse files
committed
chore(reease): 7.2.0
1 parent db96c4a commit 6ec9335

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
7.2.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+
- breakpoint debugging
9+
110
7.1.1
211
===
312

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.1.2-rc.0"
4+
#define NATIVESCRIPT_VERSION "7.2.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.1.2-rc.0",
4+
"version": "7.2.0",
55
"keywords": [
66
"NativeScript",
77
"iOS",

0 commit comments

Comments
 (0)