From 0c2507e7c60edf47a225dcc9428bf6148ecc2867 Mon Sep 17 00:00:00 2001 From: emilkowalski Date: Thu, 9 Mar 2023 09:19:04 +0100 Subject: [PATCH] v0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 158eb27..5bee672 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sonner", - "version": "0.1.6", + "version": "0.2.0", "description": "An opinionated toast component for React.", "main": "dist/index.js", "module": "dist/index.mjs",