From f273be610fb9103ba367136ea0b8e4d016dfb445 Mon Sep 17 00:00:00 2001 From: Riri Date: Sat, 11 May 2024 14:24:42 +0800 Subject: [PATCH] chore: release v0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1db3b8..a70cfa2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "transition-hooks", "type": "module", - "version": "0.2.1", + "version": "0.3.0", "packageManager": "pnpm@8.15.5", "description": "Extremely light-weight react transition hooks which is simpler and easier to use than react-transition-group", "author": "Riri ",