diff --git a/CHANGELOG.md b/CHANGELOG.md index e07145d..b74525c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.2.1](https://github.com/PedroBern/react-native-collapsible-tab-view/compare/v6.2.0...v6.2.1) (2023-08-10) + + +### Bug Fixes + +* recycling and re-rendering issues ([f1cbbc8](https://github.com/PedroBern/react-native-collapsible-tab-view/commit/f1cbbc8ba4e915f95739cdd85726f5db8dfe3f94)) + # [6.2.0](https://github.com/PedroBern/react-native-collapsible-tab-view/compare/v6.1.4...v6.2.0) (2023-08-01) ### Features diff --git a/package.json b/package.json index b701f60..46760c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-collapsible-tab-view", - "version": "6.2.0", + "version": "6.2.1", "description": "Collapsible tab view component for React Native", "main": "lib/commonjs/index.js", "react-native": "src/index.tsx",