diff --git a/.changeset/puny-pots-crash.md b/.changeset/puny-pots-crash.md deleted file mode 100644 index 18c0381..0000000 --- a/.changeset/puny-pots-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@warkypublic/oranguru': patch ---- - -feat(GlobalStateStore): add initialization state and update actions diff --git a/CHANGELOG.md b/CHANGELOG.md index bd8e4fe..c7ce043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @warkypublic/zustandsyncstore +## 0.0.38 + +### Patch Changes + +- 210a1d4: feat(GlobalStateStore): add initialization state and update actions + ## 0.0.37 ### Patch Changes diff --git a/package.json b/package.json index a539092..4a23aaf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@warkypublic/oranguru", "author": "Warky Devs", - "version": "0.0.37", + "version": "0.0.38", "type": "module", "types": "./dist/lib.d.ts", "main": "./dist/lib.cjs.js",