From e4a29a7b9124adccfc36f4fedcf0641c073ee8b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=9D=B1=E6=BE=94?= Date: Fri, 4 Nov 2022 11:32:21 +0800 Subject: [PATCH] chore: release 3.1.4 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6112b6c..92a0e4ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.1.4](https://github.com/dohooo/react-native-reanimated-carousel/compare/v3.1.3...v3.1.4) (2022-11-04) + + +### Bug Fixes + +* getCurrentIndex returns wrong value when data count is < 3 ([7f94027](https://github.com/dohooo/react-native-reanimated-carousel/commit/7f94027352debed9e7cb494bb6fa8049cbb9375c)), closes [#299](https://github.com/dohooo/react-native-reanimated-carousel/issues/299) +* solved the crash error ([7a82994](https://github.com/dohooo/react-native-reanimated-carousel/commit/7a829947a64acab6488516e03bc1de183ada0a87)), closes [#305](https://github.com/dohooo/react-native-reanimated-carousel/issues/305) [#301](https://github.com/dohooo/react-native-reanimated-carousel/issues/301) [#298](https://github.com/dohooo/react-native-reanimated-carousel/issues/298) [#291](https://github.com/dohooo/react-native-reanimated-carousel/issues/291) + ## [3.1.3](https://github.com/dohooo/react-native-reanimated-carousel/compare/v3.1.2...v3.1.3) (2022-11-01) diff --git a/package.json b/package.json index 99ba8d23..113b6ccb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-carousel", - "version": "3.1.3", + "version": "3.1.4", "description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.", "main": "lib/commonjs/index", "react-native": "src/index.tsx",