From e40730eaefb37597320a95947acbd25b45d5071b Mon Sep 17 00:00:00 2001 From: Hein Date: Sat, 7 Feb 2026 21:11:51 +0200 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: @warkypublic/oranguru@0.0.33 [skip ci] --- .changeset/social-lamps-learn.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/social-lamps-learn.md diff --git a/.changeset/social-lamps-learn.md b/.changeset/social-lamps-learn.md deleted file mode 100644 index 97af93e..0000000 --- a/.changeset/social-lamps-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@warkypublic/oranguru': patch ---- - -feat(error-manager): implement centralized error reporting system diff --git a/CHANGELOG.md b/CHANGELOG.md index 09995a4..7acd6a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @warkypublic/zustandsyncstore +## 0.0.33 + +### Patch Changes + +- d7b1eb2: feat(error-manager): implement centralized error reporting system + ## 0.0.32 ### Patch Changes diff --git a/package.json b/package.json index 0b69ab0..df0cbb1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@warkypublic/oranguru", "author": "Warky Devs", - "version": "0.0.32", + "version": "0.0.33", "type": "module", "types": "./dist/lib.d.ts", "main": "./dist/lib.cjs.js",