From 02ca571905b74547378da346404afbdf61785af4 Mon Sep 17 00:00:00 2001 From: unadlib Date: Mon, 25 Mar 2024 01:43:22 +0800 Subject: [PATCH] chore(version): update version to 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70c8f45..0c1c71a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-travel", - "version": "1.0.0", + "version": "1.0.1", "description": "A React hook for state time travel with undo, redo, reset and archive functionalities.", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js",