From ba364bce35a37324cf3cf91ec1fcb184b2ad8a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=9D=B1=E6=BE=94?= Date: Tue, 1 Nov 2022 23:43:42 +0800 Subject: [PATCH] chore: release 3.1.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7539750f..a6112b6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.3](https://github.com/dohooo/react-native-reanimated-carousel/compare/v3.1.2...v3.1.3) (2022-11-01) + + +### Bug Fixes + +* fixed a bug that be crushed when put in redux data ([a5af02a](https://github.com/dohooo/react-native-reanimated-carousel/commit/a5af02a8135893e7cdd0c815d0c5a11dc7df4a5f)), closes [#296](https://github.com/dohooo/react-native-reanimated-carousel/issues/296) + ## [3.1.2](https://github.com/dohooo/react-native-reanimated-carousel/compare/v3.1.1...v3.1.2) (2022-11-01) diff --git a/package.json b/package.json index e7cac93d..99ba8d23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-carousel", - "version": "3.1.2", + "version": "3.1.3", "description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.", "main": "lib/commonjs/index", "react-native": "src/index.tsx",