From 6ff395e9be0f8dae7309f3164ad42c9e1079101a Mon Sep 17 00:00:00 2001 From: Hein Date: Sun, 8 Feb 2026 00:05:14 +0200 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: @warkypublic/oranguru@0.0.39 [skip ci] --- .changeset/smart-toes-marry.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/smart-toes-marry.md 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",