diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ec836a..1c8d868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.11.0](https://github.com/codeherence/react-native-header/compare/v0.10.1...v0.11.0) (2023-09-27) + + +### Features + +* use user-provided onScroll ([#22](https://github.com/codeherence/react-native-header/issues/22)) ([f8718b4](https://github.com/codeherence/react-native-header/commit/f8718b4d6436e6ef48c82b61330eae57fa99eab4)) + ## [0.10.1](https://github.com/codeherence/react-native-header/compare/v0.10.0...v0.10.1) (2023-06-29) diff --git a/package.json b/package.json index 723a3a7..6db227d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codeherence/react-native-header", - "version": "0.10.1", + "version": "0.11.0", "description": "A high-performance, cross-platform animated header component for React Native applications", "main": "lib/commonjs/index", "module": "lib/module/index",