From 62a75224ace06bf054110d338faaf779e16d95cc Mon Sep 17 00:00:00 2001 From: Gunnar Torfi Date: Thu, 5 Sep 2024 16:27:49 +0000 Subject: [PATCH] chore: release 0.3.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee46a5..c14a90e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [0.3.2](https://github.com/gunnartorfis/react-native-reanimated-toasts/compare/v0.3.1...v0.3.2) (2024-09-05) + ## [0.3.1](https://github.com/gunnartorfis/react-native-reanimated-toasts/compare/v0.3.0...v0.3.1) (2024-09-05) diff --git a/package.json b/package.json index a2419e5..51bd933 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-toasts", - "version": "0.3.1", + "version": "0.3.2", "description": "Animated, customizable Toasts for React Native", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",