From b19d128570c8b22ff3238ee7a629e7efd2cf1046 Mon Sep 17 00:00:00 2001 From: Gunnar Torfi Date: Wed, 11 Sep 2024 12:28:08 +0000 Subject: [PATCH] chore: release 0.12.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87b4228..5700cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.12.1](https://github.com/gunnartorfis/sonner-native/compare/v0.12.0...v0.12.1) (2024-09-11) + + +### Bug Fixes + +* crash when trying to wiggle duration Infinity ([3e81b34](https://github.com/gunnartorfis/sonner-native/commit/3e81b34313ea11d942bf6a53390f0b9fef29a95e)) + # [0.12.0](https://github.com/gunnartorfis/sonner-native/compare/v0.12.0-alpha.0...v0.12.0) (2024-09-11) diff --git a/package.json b/package.json index f723c55..f0133ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sonner-native", - "version": "0.12.0", + "version": "0.12.1", "description": "An opinionated toast component for React Native. A port of @emilkowalski's sonner.", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",