diff --git a/CHANGELOG.md b/CHANGELOG.md index 621137d..5739b7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog of `@rescript-react-native/linear-gradient` +## 2.5.8 - 2021-05-03 + +ReScript + ## 2.5.7 - 2020-11-17 Fix npm description diff --git a/package.json b/package.json index 26f2d55..f6ed111 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@rescript-react-native/linear-gradient", "description": "ReScript bindings for react-native-linear-gradient.", - "version": "2.5.7", + "version": "2.5.8", "publishConfig": { "access": "public" }, "peerDependencies": { - "react-native-linear-gradient": "2.5.6" + "react-native-linear-gradient": "^2.5.6" }, "repository": "https://github.com/rescript-react-native/linear-gradient.git", "license": "MIT",