Skip to content

Commit

Permalink
release: 8.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Jan 16, 2023
1 parent 6868a7a commit 723a5bc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [8.4.1](https://github.com/NativeScript/ns-v8ios-runtime/compare/v8.4.0...v8.4.1) (2023-01-16)


### Bug Fixes

* 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))
* 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.4.0](https://github.com/NativeScript/ns-v8ios-runtime/compare/v8.3.3...v8.4.0) (2022-11-30)


Expand Down
2 changes: 1 addition & 1 deletion NativeScript/NativeScript-Prefix.pch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef NativeScript_Prefix_pch
#define NativeScript_Prefix_pch

#define NATIVESCRIPT_VERSION "8.4.0"
#define NATIVESCRIPT_VERSION "8.4.1"

#ifdef DEBUG
#define SIZEOF_OFF_T 8
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript/ios",
"description": "NativeScript Runtime for iOS",
"version": "8.4.0",
"version": "8.4.1",
"keywords": [
"NativeScript",
"iOS",
Expand Down

0 comments on commit 723a5bc

Please sign in to comment.