From 0d996e0c6e831de520603fb9347b15a01e1ae3f3 Mon Sep 17 00:00:00 2001 From: bd-arc Date: Fri, 11 Oct 2019 10:25:46 +0200 Subject: [PATCH] chore(package): bump to 3.8.2 and update changelog --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e560e04..d1a56efea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v3.8.2 + +* Fix autoplay stop after user interaction (thanks [@HelloCore](https://github.com/HelloCore)) +* Allow using a custom animated image component with `ParallaxImage` (thanks [@DanielMarkiel](https://github.com/DanielMarkiel)) + ## v3.8.1 * Migrate from deprecated `componentWillReceiveProps` to `componentDidUpdate` (thanks [@kiarashws](https://github.com/kiarashws)) diff --git a/package.json b/package.json index 33830afad..27dd24ac7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-snap-carousel", - "version": "3.8.1", + "version": "3.8.2", "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": {