From 7f39704c42d3e62627d4c0c28a3514e272fbf334 Mon Sep 17 00:00:00 2001 From: AlbertGao Date: Sat, 7 Dec 2024 22:21:13 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8D=BB=20to=20publish=20v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3c0278e..acc1b49 100755 --- a/package.json +++ b/package.json @@ -1,13 +1,14 @@ { "name": "auto-zustand-selectors-hook", - "version": "2.0.5", + "version": "3.0.0", "keywords": [], "description": "", "main": "dist/index.min.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "files": [ - "dist" + "dist", + "src" ], "author": "Albert Gao ", "repository": {