Skip to content

Commit 4f28eb0

Browse files
committed
release: 8.2.2
1 parent f50a13c commit 4f28eb0

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [8.2.2](https://github.com/NativeScript/ns-v8ios-runtime/compare/v8.2.1...v8.2.2) (2022-03-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **inspector:** ensure socket message is copied and stored ([#155](https://github.com/NativeScript/ns-v8ios-runtime/issues/155)) ([3098976](https://github.com/NativeScript/ns-v8ios-runtime/commit/3098976b328f45cc2ebd4b918fcd4d069ea575a9))
7+
* only delay promise resolution when needed ([#154](https://github.com/NativeScript/ns-v8ios-runtime/issues/154)) ([f46c425](https://github.com/NativeScript/ns-v8ios-runtime/commit/f46c4256b6e5b3b4340d6570d0876c25990e9d79))
8+
9+
10+
111
# [8.2.0](https://github.com/NativeScript/ns-v8ios-runtime/compare/v8.1.0...v8.2.0) (2022-03-07)
212

313

NativeScript/NativeScript-Prefix.pch

+1-1
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.2.2-alpha.1"
4+
#define NATIVESCRIPT_VERSION "8.2.2"
55

66
#ifdef DEBUG
77
#define SIZEOF_OFF_T 8

package.json

+1-1
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.2.2-alpha.1",
4+
"version": "8.2.2",
55
"keywords": [
66
"NativeScript",
77
"iOS",

0 commit comments

Comments
 (0)