From 4ad69ff5410e5c5326724209017bea7969d5aac1 Mon Sep 17 00:00:00 2001 From: Lenz Weber Date: Wed, 6 Oct 2021 19:59:41 +0200 Subject: [PATCH] v1.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5381da6..608cffc 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.2.0", + "version": "1.2.1", "repository": "https://github.com/phryneas/use-local-slice", "author": "phryneas", "license": "MIT",