From 734532a2f620542e5b802c264b80b9bb4d6ebfd4 Mon Sep 17 00:00:00 2001 From: unadlib Date: Wed, 18 Sep 2024 22:54:23 +0800 Subject: [PATCH] chore(version): update version to 1.1.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38c6f91..ce4d815 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-travel", - "version": "1.1.6", + "version": "1.1.7", "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",