Skip to content

Commit b43660b

Browse files
author
Nathanael Anderson
authored
chore: bump version and add changelog (#71)
1 parent 2548b54 commit b43660b

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
7.0.3
2+
===
3+
4+
### Bug Fixes
5+
6+
- Native Object Prototype corruption(https://github.com/NativeScript/ns-v8ios-runtime/pull/70)
7+
- Ensure Isolate is alive before accessing (https://github.com/NativeScript/ns-v8ios-runtime/pull/69)
8+
- Fix issues with Debug line number dangling pointer (https://github.com/NativeScript/ns-v8ios-runtime/pull/66)
9+
10+
11+
7.0.2(-rc)
12+
===
13+
14+
### Issue
15+
16+
- Fix Build so it no longer is compiled with XCode Beta (https://github.com/NativeScript/ns-v8ios-runtime/pull/66)
17+
18+
19+
7.0.1
20+
===
21+
22+
### Features
23+
24+
- TypedArray to NSArray auto-conversion (https://github.com/NativeScript/ns-v8ios-runtime/pull/59)
25+
26+
27+
### Bug Fixes
28+
- Support for XCode 12 (https://github.com/NativeScript/ns-v8ios-runtime/pull/66)
29+
30+
131
7.0.0-beta.3-v8 (2020-03-09)
232
====
333

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": "7.0.2-rc.1",
4+
"version": "7.0.3",
55
"keywords": [
66
"NativeScript",
77
"iOS",

0 commit comments

Comments
 (0)