From b08964197d36d32dd83cdb7b76a1a91f3ff70046 Mon Sep 17 00:00:00 2001 From: Lenz Weber Date: Fri, 22 Jan 2021 16:48:59 +0100 Subject: [PATCH] v1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b38b9a1..a3df8b8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "use-local-slice", "description": "A react hook to use reducers for local state in a typesafe way, with an API like createSlice from redux-starter-kit and immer integration.", - "version": "1.1.1", + "version": "1.2.0", "repository": "https://github.com/phryneas/use-local-slice", "author": "phryneas", "license": "MIT",