Skip to content

Commit

Permalink
chore: release v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Oct 12, 2021
1 parent 9f04d55 commit fdf461b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## [v4.1.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.1.0...v4.1.1)
## [v4.1.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.1.1...v4.1.2)

#### Fixes

- fix: hide the bottom sheet on closed ([`#690`](https://github.com/gorhom/react-native-bottom-sheet/pull/690)).

## [v4.1.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.1.0...v4.1.1) - 2021-10-03

#### Improvements

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gorhom/bottom-sheet",
"version": "4.1.1",
"version": "4.1.2",
"description": "A performant interactive bottom sheet with fully configurable options 🚀",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit fdf461b

Please sign in to comment.