diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2ee46a5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ + + +## [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 99e41e8..a2419e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-toasts", - "version": "0.3.0", + "version": "0.3.1", "description": "Animated, customizable Toasts for React Native", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js", @@ -211,4 +211,4 @@ "type": "library", "version": "0.41.0" } -} \ No newline at end of file +}