diff --git a/CHANGELOG.md b/CHANGELOG.md index a775576..a146912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog of `@rescript-react-native/template` +## 0.64.1 - 2021-05-03 + +Fix npm tarball size. + ## 0.64.0 - 2021-05-03 Updated for diff --git a/package.json b/package.json index 7535b52..f58590c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rescript-react-native/template", "description": "React Native template for application developed with ReScript.", - "version": "0.64.0", + "version": "0.64.1", "publishConfig": { "access": "public" },