Skip to content

Commit be6e20f

Browse files
committed
chore: release 0.11.1
1 parent 53066d6 commit be6e20f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [0.11.1](https://github.com/kanelloc/react-native-animated-header-scroll-view/compare/v0.11.0...v0.11.1) (2023-02-05)
4+
5+
6+
### Bug Fixes
7+
8+
* bypass translations when disableScale is enabled ([#35](https://github.com/kanelloc/react-native-animated-header-scroll-view/issues/35)) ([53066d6](https://github.com/kanelloc/react-native-animated-header-scroll-view/commit/53066d6a8961c6c8b99eca95f3015bc00e671626))
9+
310
# [0.11.0](https://github.com/kanelloc/react-native-animated-header-scroll-view/compare/v0.10.4...v0.11.0) (2023-02-05)
411

512

@@ -33,4 +40,4 @@
3340

3441
### Features
3542

36-
* add new refresh control example ([#6](https://github.com/kanelloc/react-native-animated-header-scroll-view/issues/6)) ([b700e0c](https://github.com/kanelloc/react-native-animated-header-scroll-view/commit/b700e0c068fb18ab128a93dc0387287e3d88e17f))
43+
* add new refresh control example ([#6](https://github.com/kanelloc/react-native-animated-header-scroll-view/issues/6)) ([b700e0c](https://github.com/kanelloc/react-native-animated-header-scroll-view/commit/b700e0c068fb18ab128a93dc0387287e3d88e17f))

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.11.0",
3+
"version": "0.11.1",
44
"description": "React native animated header scroll view component",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)