diff --git a/CHANGELOG.md b/CHANGELOG.md index daff3ee0..bf5920ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.1.0](https://github.com/PedroBern/react-native-collapsible-tab-view/compare/v3.0.1...v3.1.0) (2021-01-24) + + +### Features + +* add scrollX to context ([3f3b829](https://github.com/PedroBern/react-native-collapsible-tab-view/commit/3f3b82911a9137fe9c32012c3c1676a994cde05d)) + ## [3.0.1](https://github.com/PedroBern/react-native-collapsible-tab-view/compare/v3.0.0...v3.0.1) (2021-01-23) diff --git a/package.json b/package.json index 2e9d8a50..6c63d96c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-collapsible-tab-view", - "version": "3.0.1", + "version": "3.1.0", "description": "Collapsible tab view component for React Native", "main": "lib/commonjs/index.js", "react-native": "lib/module/index.js",