From 6bed4034e691819d612fd5fc418afa6c3ffb375d Mon Sep 17 00:00:00 2001 From: unadlib Date: Wed, 17 Apr 2024 02:16:48 +0800 Subject: [PATCH] chore(version): update version to 1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b18a0b..bf8897f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-travel", - "version": "1.1.0", + "version": "1.1.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",