diff --git a/.changeset/smart-toes-marry.md b/.changeset/smart-toes-marry.md deleted file mode 100644 index 90b1ec0..0000000 --- a/.changeset/smart-toes-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@warkypublic/oranguru': patch ---- - -feat(Former): enhance state management with additional callbacks and state retrieval diff --git a/CHANGELOG.md b/CHANGELOG.md index c7ce043..b2780eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @warkypublic/zustandsyncstore +## 0.0.39 + +### Patch Changes + +- 00e5a70: feat(Former): enhance state management with additional callbacks and state retrieval + ## 0.0.38 ### Patch Changes diff --git a/package.json b/package.json index 4a23aaf..059f8c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@warkypublic/oranguru", "author": "Warky Devs", - "version": "0.0.38", + "version": "0.0.39", "type": "module", "types": "./dist/lib.d.ts", "main": "./dist/lib.cjs.js",