Skip to content

Commit bf5aa7d

Browse files
chore(release): 1.3.1 [skip ci]
## [1.3.1](jeanverster/react-native-styled-toast@v1.3.0...v1.3.1) (2021-06-04) ### Bug Fixes * add useCallback hook to toast method ([ff0c604](jeanverster@ff0c604))
1 parent 062bb0b commit bf5aa7d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.1](https://github.com/jeanverster/react-native-styled-toast/compare/v1.3.0...v1.3.1) (2021-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* add useCallback hook to toast method ([ff0c604](https://github.com/jeanverster/react-native-styled-toast/commit/ff0c60488d20c24507a01b947e689be70ac99eca))
7+
18
# [1.3.0](https://github.com/jeanverster/react-native-styled-toast/compare/v1.2.0...v1.3.0) (2021-03-13)
29

310

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-styled-toast",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A theme friendly, easy to use react-native toast component built using styled-components and styled-system.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)