From 90cd1c0866dec0e3d48c748b6b53a6eaf0cb7071 Mon Sep 17 00:00:00 2001 From: ck-tekton <33156025+charkour@users.noreply.github.com> Date: Tue, 27 Dec 2022 10:44:39 -0500 Subject: [PATCH] v0.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51b4a00..a28cc80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zustand-di", - "version": "0.0.2", + "version": "0.0.3", "description": "initialize zustand stores with react context", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",