Skip to content

Commit 338da06

Browse files
committed
chore: release v4.0.1
1 parent 01883fb commit 338da06

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

3-
## [v4.0.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.30...v4.0.0)
3+
## [v4.0.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0...v4.0.1)
4+
5+
#### Fixes
6+
7+
- fix: pass correct params to animateToPosition ([`#610`](https://github.com/gorhom/react-native-bottom-sheet/pull/610)).
8+
9+
#### Documentations
10+
11+
- docs: add kickbk as a contributor for bug, test ([`#612`](https://github.com/gorhom/react-native-bottom-sheet/pull/612)).
12+
- docs: add vonovak as a contributor for code ([`#611`](https://github.com/gorhom/react-native-bottom-sheet/pull/611)).
13+
14+
## [v4.0.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.30...v4.0.0) - 2021-08-30
415

516
#### Improvements
617

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gorhom/bottom-sheet",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A performant interactive bottom sheet with fully configurable options 🚀",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)