Skip to content

Commit 58e7484

Browse files
committed
0.63.0
1 parent 1d5b6d7 commit 58e7484

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog of `@reason-react-native/template`
22

3+
## 0.63.0 - 2020-11-18
4+
5+
Updated for
6+
7+
- react-native 0.63
8+
- reason-react-native 0.63
9+
- rescript 8.2
10+
311
## 0.62.1 - 2020-08-13
412

513
- Upgrade template to use RN 0.62 [#5](https://github.com/reason-react-native/template/pull/5) by [@Naturalclar](https://github.com/Naturalclar)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@reason-react-native/template",
33
"description": "React Native template for application developed with ReScript.",
4-
"version": "0.62.1",
4+
"version": "0.63.0",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)