From 79aa600dd794a84ca37e1ae6731f666c6c39cc95 Mon Sep 17 00:00:00 2001 From: unadlib Date: Fri, 19 Apr 2024 17:43:11 +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 9124ef1..3db1296 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-mutative", - "version": "1.1.1", + "version": "1.1.2", "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",