Skip to content

Commit a9cec06

Browse files
chore: release 0.10.0
1 parent 01682b7 commit a9cec06

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# [0.10.0](https://github.com/kanelloc/react-native-animated-header-scroll-view/compare/v0.9.4...v0.10.0) (2023-02-02)
4+
5+
6+
### Features
7+
8+
* add image style prop ([#25](https://github.com/kanelloc/react-native-animated-header-scroll-view/issues/25)) ([01682b7](https://github.com/kanelloc/react-native-animated-header-scroll-view/commit/01682b7eca81e350c2a7cd5e586e9a44b06e87b6))
9+
310
## [0.9.4](https://github.com/kanelloc/react-native-animated-header-scroll-view/compare/v0.9.3...v0.9.4) (2023-02-01)
411

512
## [0.9.3](https://github.com/kanelloc/react-native-animated-header-scroll-view/compare/v0.9.2...v0.9.3) (2023-01-29)

package.json

+1-1
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.9.4",
3+
"version": "0.10.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)