diff --git a/CHANGELOG.md b/CHANGELOG.md index bf013cc..108aebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog of `@reason-react-native/template` +## 0.63.0 - 2020-11-18 + +Updated for + +- react-native 0.63 +- reason-react-native 0.63 +- rescript 8.2 + ## 0.62.1 - 2020-08-13 - Upgrade template to use RN 0.62 [#5](https://github.com/reason-react-native/template/pull/5) by [@Naturalclar](https://github.com/Naturalclar) diff --git a/package.json b/package.json index 5f84114..d1daddb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@reason-react-native/template", "description": "React Native template for application developed with ReScript.", - "version": "0.62.1", + "version": "0.63.0", "publishConfig": { "access": "public" },