diff --git a/CHANGELOG.md b/CHANGELOG.md index 96455a33..fa76e10b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +7.1.1 +=== + +- Reverted: Updated V8 to 8.9 (https://github.com/NativeScript/ns-v8ios-runtime/pull/84) + +This release should restore debugging in chrome-devtools. + 7.1.0 === diff --git a/NativeScript/NativeScript-Prefix.pch b/NativeScript/NativeScript-Prefix.pch index d1fe9625..992bcc91 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.1.0" +#define NATIVESCRIPT_VERSION "7.1.1" #ifdef DEBUG #define SIZEOF_OFF_T 8 diff --git a/package.json b/package.json index 0baae4e5..9170e644 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/ios", "description": "NativeScript Runtime for iOS", - "version": "7.1.0", + "version": "7.1.1", "keywords": [ "NativeScript", "iOS",