diff --git a/CHANGELOG.md b/CHANGELOG.md index b74525c..17bdb66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.2.2](https://github.com/PedroBern/react-native-collapsible-tab-view/compare/v6.2.1...v6.2.2) (2024-04-03) + + +### Bug Fixes + +* lazy FlashList scroll sync issue ([1b89ec7](https://github.com/PedroBern/react-native-collapsible-tab-view/commit/1b89ec7221dc87792fc56886b170ff6f1d06e230)) + ## [6.2.1](https://github.com/PedroBern/react-native-collapsible-tab-view/compare/v6.2.0...v6.2.1) (2023-08-10) diff --git a/package.json b/package.json index 41ada21..d3c7c15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-collapsible-tab-view", - "version": "6.2.1", + "version": "6.2.2", "description": "Collapsible tab view component for React Native", "main": "lib/commonjs/index.js", "react-native": "src/index.tsx",