diff --git a/CHANGELOG.md b/CHANGELOG.md index 176ea75e2..2997dc2cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v2.2.2 +* Fix issue that prevented inactive styles of first and last items to be applied when using `snapToPrev` and `snapToNext` methods + ## v2.2.1 * Do not mark `sliderWidth` and `sliderHeight` as required * Add warnings when properties specific to carousel's orientation haven't been set diff --git a/package.json b/package.json index bd3cf19e6..6a6e7d6aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-snap-carousel", - "version": "2.2.1", + "version": "2.2.2", "description": "Swiper component for React Native with previews and snapping effect. Compatible with Android & iOS.", "main": "index.js", "repository": {