Skip to content

Commit 5c7efc5

Browse files
committed
release: 8.3.3
1 parent e36106c commit 5c7efc5

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.3.3](https://github.com/NativeScript/ns-v8ios-runtime/compare/v8.3.2...v8.3.3) (2022-08-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **ios16-beta5:** errors and crash ([#179](https://github.com/NativeScript/ns-v8ios-runtime/issues/179)) ([e36106c](https://github.com/NativeScript/ns-v8ios-runtime/commit/e36106c2ce4ad9bf232b89682699aaea19718f35))
7+
* **metadata-generator:** skip empty bitfields ([#178](https://github.com/NativeScript/ns-v8ios-runtime/issues/178)) ([3720b2b](https://github.com/NativeScript/ns-v8ios-runtime/commit/3720b2b3c219fa17151f85ffe0ba227cdce0d692))
8+
9+
10+
111
## [8.3.2](https://github.com/NativeScript/ns-v8ios-runtime/compare/v8.3.1...v8.3.2) (2022-07-23)
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.3.3-alpha.0"
4+
#define NATIVESCRIPT_VERSION "8.3.3"
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.3.3-alpha.0",
4+
"version": "8.3.3",
55
"keywords": [
66
"NativeScript",
77
"iOS",

0 commit comments

Comments
 (0)