From 6f77b3aef142cddfa935895c2fef6b66eb783d06 Mon Sep 17 00:00:00 2001 From: bd-arc Date: Mon, 11 Jun 2018 10:23:25 +0200 Subject: [PATCH] refactor(package): bump to 3.7.1 and update changelog --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1139203ee..aef5d2f3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v3.7.1 +* Fix a potential crash in release mode (thanks [@hanpanpan200](https://github.com/hanpanpan200)) +* Do not round scroll offset's number in order to prevent potential issues with scroll repositioning + ## v3.7.0 ### New features and enhancements * Add a new callback method: [`onBeforeSnapToItem()`](https://github.com/archriss/react-native-snap-carousel/blob/master/doc/PROPS_METHODS_AND_GETTERS.md#methods) diff --git a/package.json b/package.json index d3d987000..2717e5c67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-snap-carousel", - "version": "3.7.0", + "version": "3.7.1", "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": {