Skip to content

Commit fa98bfb

Browse files
committed
chore: release 1.0.1
1 parent d1190df commit fa98bfb

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+
## [1.0.1](https://github.com/codeherence/react-native-header/compare/v1.0.0...v1.0.1) (2026-03-15)
4+
5+
6+
### Bug Fixes
7+
8+
* improve reanimated 4 compatibility changes ([d1190df](https://github.com/codeherence/react-native-header/commit/d1190df43a073d91caf0241e6ca76ba7390602d6))
9+
* update components for react-native-reanimated 4 compatibility ([#52](https://github.com/codeherence/react-native-header/issues/52)) ([b52deae](https://github.com/codeherence/react-native-header/commit/b52deaec437ea319195c087338a5fcf2ca781fe1))
10+
311
## [1.0.0](https://github.com/codeherence/react-native-header/compare/v1.0.0-rc.1...v1.0.0) (2025-09-29)
412

513
## [1.0.0-rc.1](https://github.com/codeherence/react-native-header/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2025-09-17)

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": "1.0.0",
3+
"version": "1.0.1",
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)