From c680022215517398b24022f7496d4f56afa5b59e Mon Sep 17 00:00:00 2001 From: Gunnar Torfi Date: Thu, 5 Sep 2024 16:58:33 +0000 Subject: [PATCH] chore: release 0.3.4 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 662ed7c..169cffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## [0.3.4](https://github.com/gunnartorfis/react-native-reanimated-toasts/compare/v0.3.3...v0.3.4) (2024-09-05) + ## [0.3.3](https://github.com/gunnartorfis/react-native-reanimated-toasts/compare/v0.3.2...v0.3.3) (2024-09-05) ## [0.3.2](https://github.com/gunnartorfis/react-native-reanimated-toasts/compare/v0.3.1...v0.3.2) (2024-09-05) diff --git a/package.json b/package.json index c00eaa8..71f35c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-toasts", - "version": "0.3.3", + "version": "0.3.4", "description": "Animated, customizable Toasts for React Native", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",