We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db96c4a commit 6ec9335Copy full SHA for 6ec9335
CHANGELOG.md
@@ -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
10
7.1.1
11
===
12
NativeScript/NativeScript-Prefix.pch
@@ -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
package.json
{
"name": "@nativescript/ios",
"description": "NativeScript Runtime for iOS",
- "version": "7.1.2-rc.0",
+ "version": "7.2.0",
"keywords": [
"NativeScript",
"iOS",
0 commit comments