diff --git a/CHANGELOG.md b/CHANGELOG.md index f78a766..b4465ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog of `@reason-react-native/cameraroll` +## 4.0.2 - 2020-11-17 + +- Fix npm description + ## 4.0.1 - 2020-11-12 rescript 8.2 compat diff --git a/package.json b/package.json index 6342d81..67227fb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@reason-react-native/cameraroll", "description": "ReScript bindings for @react-native-community/cameraroll", - "version": "4.0.1", + "version": "4.0.2", "publishConfig": { "access": "public" },