Skip to content

Commit 3dd5feb

Browse files
committed
chore: release 0.6.0
1 parent 004ce4e commit 3dd5feb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11

22

3+
## [0.6.0](https://github.com/codeherence/react-native-header/compare/v0.5.3...v0.6.0) (2023-03-24)
4+
5+
6+
### Features
7+
8+
* add prop disableAutoFixScroll to disable/enable auto scroll adjustment ([e5f96be](https://github.com/codeherence/react-native-header/commit/e5f96be22357a8f404eb1c4db1a03967f14624a2))
9+
* added SectionList support ([#2](https://github.com/codeherence/react-native-header/issues/2)) ([004ce4e](https://github.com/codeherence/react-native-header/commit/004ce4e6f7c4cad11bf63281a19e0bf8d6f10f18))
10+
311
## [0.5.3](https://github.com/codeherence/react-native-header/compare/v0.5.2...v0.5.3) (2023-03-23)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeherence/react-native-header",
3-
"version": "0.5.3",
3+
"version": "0.6.0",
44
"description": "A high-performance, cross-platform animated header component for React Native applications",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)