diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f7627..a7969d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog of `@rescript-react-native/slider` +## 3.0.2 - 2021-05-03 + +ReScript + ## 3.0.1-0.63 - 2020-11-18 Fix npm description diff --git a/package.json b/package.json index fa039dd..7b8ef6a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rescript-react-native/slider", "description": "ReScript bindings for @react-native-community/slider.", - "version": "3.0.1", + "version": "3.0.2", "publishConfig": { "access": "public" },