Skip to content

Commit 13ac032

Browse files
committed
chore: release 0.11.0
1 parent 92a02bd commit 13ac032

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.11.0](https://github.com/kanelloc/react-native-animated-header-scroll-view/compare/v0.10.4...v0.11.0) (2023-02-05)
4+
5+
6+
### Features
7+
8+
* New <AnimatedFlatList/> component ([#34](https://github.com/kanelloc/react-native-animated-header-scroll-view/issues/34)) ([92a02bd](https://github.com/kanelloc/react-native-animated-header-scroll-view/commit/92a02bd045e50221e1095d55d358a307e1905d26))
9+
310
## [0.10.4](https://github.com/kanelloc/react-native-animated-header-scroll-view/compare/v0.10.3...v0.10.4) (2023-02-03)
411

512
## [0.10.3](https://github.com/kanelloc/react-native-animated-header-scroll-view/compare/v0.10.1...v0.10.3) (2023-02-02)

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