Skip to content

Commit

Permalink
publish v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
calintamas committed Sep 5, 2020
1 parent 2e0a59c commit e0037b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Headers are one of:

- `Added`, `Changed`, `Removed` or `Fixed`.

## [1.3.3]

### Fixed

- `position: bottom`, damping value must be grater than 0 error [#41](https://github.com/calintamas/react-native-toast-message/issues/41) ([juliancwirko](https://github.com/juliancwirko) in [#48](https://github.com/calintamas/react-native-toast-message/pull/48))

## [1.3.2]

### Changed
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": "react-native-toast-message",
"version": "1.3.2",
"version": "1.3.3",
"description": "Toast message component for React Native",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e0037b4

Please sign in to comment.