Skip to content

Commit 0d24411

Browse files
committed
chore: release 0.12.0
1 parent b78414e commit 0d24411

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

22

3+
## [0.12.0](https://github.com/codeherence/react-native-header/compare/v0.11.2...v0.12.0) (2024-03-02)
4+
5+
6+
### Features
7+
8+
* add LargeHeaderSubtitleComponent ([160ff01](https://github.com/codeherence/react-native-header/commit/160ff01d31feea6d32c4668e9858c506d8c36a30))
9+
10+
11+
### Bug Fixes
12+
13+
* ensure large header subtitle doesn't rely on large header ([d29e42c](https://github.com/codeherence/react-native-header/commit/d29e42c3382c27227b724b3ddefa4c0df30eb22f))
14+
315
## [0.11.2](https://github.com/codeherence/react-native-header/compare/v0.11.1...v0.11.2) (2024-02-29)
416

517
## [0.11.1](https://github.com/codeherence/react-native-header/compare/v0.11.0...v0.11.1) (2024-02-29)

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