From b1bc2c2c57e4d94db0dfbef2805b35d06b490724 Mon Sep 17 00:00:00 2001 From: unadlib Date: Fri, 27 Sep 2024 02:19:26 +0800 Subject: [PATCH] chore(version): update version to 1.1.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ac240e..6071cd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-mutative", - "version": "1.1.7", + "version": "1.1.8", "description": "A hook to use Mutative as a React hook to efficient update react state immutable with mutable way", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js",