diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f7e1b..5470c5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.6](https://github.com/little-buddy/react-native-mr-pullrefresh/compare/v0.2.5...v0.2.6) (2023-09-13) + + +### 🐛 Bug Fixes + +* it will cant scroll when panGesture up in scrolling ([246411c](https://github.com/little-buddy/react-native-mr-pullrefresh/commit/246411c441d043712931823622e226551bc6cfb8)) +* up move fast, will up bottom ([337588f](https://github.com/little-buddy/react-native-mr-pullrefresh/commit/337588f7b1c061bfd250d3e020969a3b9f126677)) + + +### ⚡ Performance Improvements + +* ⚡️ support web, but cant smooth swith state in web ([10455e4](https://github.com/little-buddy/react-native-mr-pullrefresh/commit/10455e47a038827252bb6ae0f71ddd089a56b1d4)) + ## [0.2.5](https://github.com/little-buddy/react-native-mr-pullrefresh/compare/v0.2.4...v0.2.5) (2023-09-11) 🎸 Because of some mistake, it same as v0.2.4 @@ -70,4 +83,4 @@ ### 🐛 Bug Fixes -* 🐛 gitRawCommitsOpts not work ([89711b9](https://github.com/little-buddy/react-native-mr-pullrefresh/commit/89711b9006866bd2c5c4dd7ed3d96235a54a5c8f)) +* 🐛 gitRawCommitsOpts not work ([89711b9](https://github.com/little-buddy/react-native-mr-pullrefresh/commit/89711b9006866bd2c5c4dd7ed3d96235a54a5c8f)) \ No newline at end of file diff --git a/package.json b/package.json index 2149edc..5ba639c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-mr-pullrefresh", - "version": "0.2.5", + "version": "0.2.6", "description": "react-native pull refresh on iOS, Android and Web", "main": "lib/commonjs/index", "module": "lib/module/index",