Skip to content

Commit 018a888

Browse files
committed
chore: release 0.9.0
1 parent 6aad814 commit 018a888

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

22

3+
## [0.9.0](https://github.com/codeherence/react-native-header/compare/v0.9.0-beta.0...v0.9.0) (2023-06-29)
4+
5+
6+
### Features
7+
8+
* absolute headers ([#16](https://github.com/codeherence/react-native-header/issues/16)) ([1816333](https://github.com/codeherence/react-native-header/commit/1816333d38b9346bfa7e9e67bb3d9e0cd30babeb))
9+
310
## [0.9.0 beta-0](https://github.com/codeherence/react-native-header/compare/v0.8.0...0.9.0-beta.0) (2023-06-09)
411

512

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.9.0-beta.0",
3+
"version": "0.9.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)