Skip to content

Commit 723a5bc

Browse files
committed
release: 8.4.1
1 parent 6868a7a commit 723a5bc

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [8.4.1](https://github.com/NativeScript/ns-v8ios-runtime/compare/v8.4.0...v8.4.1) (2023-01-16)
2+
3+
4+
### Bug Fixes
5+
6+
* memory leak on new string handling ([#190](https://github.com/NativeScript/ns-v8ios-runtime/issues/190)) ([6868a7a](https://github.com/NativeScript/ns-v8ios-runtime/commit/6868a7a4c4db7d9447cd1cc457a112b88e6b2458))
7+
* throw NSException on main thread ([#188](https://github.com/NativeScript/ns-v8ios-runtime/issues/188)) ([d3ba48b](https://github.com/NativeScript/ns-v8ios-runtime/commit/d3ba48bec5f7b47fca4ff999fb6502640e195d27))
8+
9+
10+
111
# [8.4.0](https://github.com/NativeScript/ns-v8ios-runtime/compare/v8.3.3...v8.4.0) (2022-11-30)
212

313

NativeScript/NativeScript-Prefix.pch

Lines changed: 1 addition & 1 deletion
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 "8.4.0"
4+
#define NATIVESCRIPT_VERSION "8.4.1"
55

66
#ifdef DEBUG
77
#define SIZEOF_OFF_T 8

package.json

Lines changed: 1 addition & 1 deletion
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": "8.4.0",
4+
"version": "8.4.1",
55
"keywords": [
66
"NativeScript",
77
"iOS",

0 commit comments

Comments
 (0)