diff --git a/CHANGELOG.md b/CHANGELOG.md index f158700..628af31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.14.1](https://github.com/gunnartorfis/sonner-native/compare/v0.14.0...v0.14.1) (2024-09-20) + + +### Bug Fixes + +* close button press didn't trigger dismiss ([d83a529](https://github.com/gunnartorfis/sonner-native/commit/d83a529dbf4f4ad3d851bdccf3104eb2588173d3)) + # [0.14.0](https://github.com/gunnartorfis/sonner-native/compare/v0.13.0...v0.14.0) (2024-09-19) diff --git a/package.json b/package.json index 5a927ce..b337bb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sonner-native", - "version": "0.14.0", + "version": "0.14.1", "description": "An opinionated toast component for React Native. A port of @emilkowalski's sonner.", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",