diff --git a/CHANGELOG.md b/CHANGELOG.md index 9817666..7ab3093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog of `@reason-react-native/template` +## 0.62.0 - 2020-08-11 + +- Update deps [d55731f](https://github.com/reason-react-native/template/commit/d55731f) by [@MoOx](https://github.com/MoOx) + ## 0.61.1 - 2020-01-29 - Fix bs-platform version in yarn.lock diff --git a/package.json b/package.json index 5b0dd64..708e34e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reason-react-native/template", - "version": "0.61.1", + "version": "0.62.0", "publishConfig": { "access": "public" },