Skip to content

Commit 0703df4

Browse files
committed
chore: release 0.13.0
1 parent fc8ffc5 commit 0703df4

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.13.0](https://github.com/codeherence/react-native-header/compare/v0.12.2...v0.13.0) (2024-10-14)
4+
5+
6+
### Bug Fixes
7+
8+
* allows header container styles overriding ([3bcec8b](https://github.com/codeherence/react-native-header/commit/3bcec8b43dd5422d48b89d0267a14b59d7644106))
9+
* allows header style overriding ([fc8ffc5](https://github.com/codeherence/react-native-header/commit/fc8ffc5082b832e92a532fbfd85591c1527f76fa))
10+
311
## [0.12.2](https://github.com/codeherence/react-native-header/compare/v0.12.1...v0.12.2) (2024-05-24)
412

513
## [0.12.1](https://github.com/codeherence/react-native-header/compare/v0.12.0...v0.12.1) (2024-04-15)

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.12.2",
3+
"version": "0.13.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)