Skip to content

Commit

Permalink
chore: release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnartorfis committed Sep 7, 2024
1 parent ff6f80d commit ad0c6e3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@


# [0.5.0](https://github.com/gunnartorfis/react-native-reanimated-toasts/compare/v0.4.1...v0.5.0) (2024-09-07)


### Bug Fixes

* import path ([74b53b8](https://github.com/gunnartorfis/react-native-reanimated-toasts/commit/74b53b8e3facb7c15ef06b3cfc12028ab2dfdb15))


### Features

* action as jsx ([bcca41a](https://github.com/gunnartorfis/react-native-reanimated-toasts/commit/bcca41a45173e7dab64b2770629125ab095f38ff))
* cancel button ([0c5892b](https://github.com/gunnartorfis/react-native-reanimated-toasts/commit/0c5892b705daed5403f8900e43b7579fd5d6ee52))
* loading variant ([f05f641](https://github.com/gunnartorfis/react-native-reanimated-toasts/commit/f05f6413531fa4fc2d30869969973b80f96b4688))

## [0.4.1](https://github.com/gunnartorfis/react-native-reanimated-toasts/compare/v0.4.0...v0.4.1) (2024-09-07)


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-reanimated-toasts",
"version": "0.4.1",
"version": "0.5.0",
"description": "Animated, customizable Toasts for React Native",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
Expand Down

0 comments on commit ad0c6e3

Please sign in to comment.