diff --git a/CHANGELOG.md b/CHANGELOG.md index cc596203f..fd005bbd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v3.7.4 +* Fix issue with `scrollEnabled` introduced in version `3.7.3` (thanks [@JakeRawr](https://github.com/JakeRawr)) + ## v3.7.3 * Fix faulty animated value and make sure to always check for `data` before checking for `data.length` * Fix `scrollEnabled` override when it was initially set to `false` (thanks [@JakeRawr](https://github.com/JakeRawr)) diff --git a/package.json b/package.json index 53e0e0e05..ad63b31ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-snap-carousel", - "version": "3.7.3", + "version": "3.7.4", "description": "Swiper component for React Native with previews, multiple layouts, parallax images, performant handling of huge numbers of items, and RTL support. Compatible with Android & iOS.", "main": "src/index.js", "repository": {