Skip to content

Commit

Permalink
chore: release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
e-younan committed Oct 14, 2024
1 parent fc8ffc5 commit 0703df4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


## [0.13.0](https://github.com/codeherence/react-native-header/compare/v0.12.2...v0.13.0) (2024-10-14)


### Bug Fixes

* allows header container styles overriding ([3bcec8b](https://github.com/codeherence/react-native-header/commit/3bcec8b43dd5422d48b89d0267a14b59d7644106))
* allows header style overriding ([fc8ffc5](https://github.com/codeherence/react-native-header/commit/fc8ffc5082b832e92a532fbfd85591c1527f76fa))

## [0.12.2](https://github.com/codeherence/react-native-header/compare/v0.12.1...v0.12.2) (2024-05-24)

## [0.12.1](https://github.com/codeherence/react-native-header/compare/v0.12.0...v0.12.1) (2024-04-15)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeherence/react-native-header",
"version": "0.12.2",
"version": "0.13.0",
"description": "A high-performance, cross-platform animated header component for React Native applications",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 0703df4

Please sign in to comment.