Skip to content

Commit c0f8de3

Browse files
committed
chore: bump version to 1.0.1
1 parent a2dd793 commit c0f8de3

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOGS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelogs
22

3+
## 1.0.1 (2022-07-11)
4+
* Fixed a bug where a dev dependency is in dependencies.
5+
36
## 1.0.0 (2022-07-10)
47
* Initial release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-outside-press",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "airbnb/react-outside-click-handler but for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)