diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6999e..1fd10d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.16.2](https://github.com/gunnartorfis/sonner-native/compare/v0.16.1...v0.16.2) (2024-12-10) + + +### Bug Fixes + +* let animation finish before hiding toasts ([cf4ed8e](https://github.com/gunnartorfis/sonner-native/commit/cf4ed8e9bcdb024dd36bacecde85cbe82d4720d9)) + ## [0.16.1](https://github.com/gunnartorfis/sonner-native/compare/v0.16.0...v0.16.1) (2024-11-19) diff --git a/package.json b/package.json index c18b42f..f29f34c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sonner-native", - "version": "0.16.1", + "version": "0.16.2", "description": "An opinionated toast component for React Native. A port of @emilkowalski's sonner.", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",