From e0037b462e891f8a99045e96eaeb5a3abe61724a Mon Sep 17 00:00:00 2001 From: Calin Tamas Date: Sat, 5 Sep 2020 17:58:10 +0300 Subject: [PATCH] publish v1.3.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b0132b5..ecdabc55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 17fbc310..5777fd2c 100644 --- a/package.json +++ b/package.json @@ -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": {