From c2446d780a70d07f43f9ff1bfd6aadb268f33da9 Mon Sep 17 00:00:00 2001 From: unadlib Date: Fri, 19 Apr 2024 18:12:17 +0800 Subject: [PATCH] chore(version): update version to 1.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e946f1..341ee4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-travel", - "version": "1.1.1", + "version": "1.1.2", "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",