From 85b7e68f905040bbaca621b926bb852f02c8fa47 Mon Sep 17 00:00:00 2001 From: bd-arc Date: Fri, 5 Oct 2018 11:55:09 +0200 Subject: [PATCH] chore(package): bump to 3.7.5 and update changelog --- CHANGELOG.md | 3 +++ package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd005bbd9..1019361fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v3.7.5 +* Fix issue with `scrollEnabled` introduced in version `3.7.3`... again! (thanks [@ifsnow](https://github.com/ifsnow)) + ## v3.7.4 * Fix issue with `scrollEnabled` introduced in version `3.7.3` (thanks [@JakeRawr](https://github.com/JakeRawr)) diff --git a/package.json b/package.json index ad63b31ad..3d54dfb05 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-snap-carousel", - "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.", + "version": "3.7.5", + "description": "Swiper/carousel 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": { "type": "git",