Skip to content

Commit 640465c

Browse files
committed
chore: release 0.12.0
1 parent 581c87f commit 640465c

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
# Changelog
22

3+
# [0.12.0](https://github.com/kanelloc/react-native-animated-header-scroll-view/compare/v0.11.1...v0.12.0) (2023-03-04)
4+
5+
6+
### Features
7+
8+
* Enable ref forwarding ([#47](https://github.com/kanelloc/react-native-animated-header-scroll-view/issues/47)) ([581c87f](https://github.com/kanelloc/react-native-animated-header-scroll-view/commit/581c87f62711ffbc90e177d8c4404eedbeb26fd7))
9+
310
## [0.11.1](https://github.com/kanelloc/react-native-animated-header-scroll-view/compare/v0.11.0...v0.11.1) (2023-02-05)
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": "@kanelloc/react-native-animated-header-scroll-view",
3-
"version": "0.11.1",
3+
"version": "0.12.0",
44
"description": "React native animated header scroll view component",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)