From c6f42bcee1e952a551b9548a6bd3a4349b31bd30 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Fri, 26 Apr 2024 14:47:39 -0700 Subject: [PATCH] release: 8.7.1 --- CHANGELOG.md | 10 ++++++++++ NativeScript/NativeScript-Prefix.pch | 2 +- package.json | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d97bc936..d089edae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [8.7.1](https://github.com/NativeScript/ios/compare/v8.7.0...v8.7.1) (2024-04-26) + + +### Bug Fixes + +* url href ([#252](https://github.com/NativeScript/ios/issues/252)) ([4a6e9ad](https://github.com/NativeScript/ios/commit/4a6e9adde6950e09ac0c2fd2713e25aa919ad448)) +* Xcode 15.3+ not setting TARGET_OS_IOS correctly ([#248](https://github.com/NativeScript/ios/issues/248)) ([74e1444](https://github.com/NativeScript/ios/commit/74e144432bf17cc043d0e64affc9cb1703e80832)) + + + # [8.7.0](https://github.com/NativeScript/ios/compare/v8.6.3...v8.7.0) (2024-04-08) diff --git a/NativeScript/NativeScript-Prefix.pch b/NativeScript/NativeScript-Prefix.pch index 9932b781..eeacaad3 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 "8.7.0-rc.1" +#define NATIVESCRIPT_VERSION "8.7.1" #ifdef DEBUG #define SIZEOF_OFF_T 8 diff --git a/package.json b/package.json index a9f11d9d..faa419f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/ios", "description": "NativeScript Runtime for iOS", - "version": "8.7.0", + "version": "8.7.1", "keywords": [ "NativeScript", "iOS", @@ -36,4 +36,4 @@ "dayjs": "^1.11.7", "semver": "^7.5.0" } -} +} \ No newline at end of file