From 044f88cf8745f419411eb81c22472a3c1acb2232 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:37:36 +0000 Subject: [PATCH] chore: release --- .changeset/spotty-impalas-grow.md | 5 ----- packages/classy-store/CHANGELOG.md | 6 ++++++ packages/classy-store/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/spotty-impalas-grow.md diff --git a/.changeset/spotty-impalas-grow.md b/.changeset/spotty-impalas-grow.md deleted file mode 100644 index d1aba28..0000000 --- a/.changeset/spotty-impalas-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codebelt/classy-store": patch ---- - -core improvements and tests diff --git a/packages/classy-store/CHANGELOG.md b/packages/classy-store/CHANGELOG.md index c0111be..ba451c4 100644 --- a/packages/classy-store/CHANGELOG.md +++ b/packages/classy-store/CHANGELOG.md @@ -1,5 +1,11 @@ # @codebelt/classy-store +## 0.4.1 + +### Patch Changes + +- [#25](https://github.com/codeBelt/classy-store/pull/25) [`5fb91d3`](https://github.com/codeBelt/classy-store/commit/5fb91d398a1cb001003b6d2a6ff9b5e7d656845b) Thanks [@codeBelt](https://github.com/codeBelt)! - core improvements and tests + ## 0.4.0 ### Minor Changes diff --git a/packages/classy-store/package.json b/packages/classy-store/package.json index b3f6e8a..bc2e52a 100644 --- a/packages/classy-store/package.json +++ b/packages/classy-store/package.json @@ -1,6 +1,6 @@ { "name": "@codebelt/classy-store", - "version": "0.4.0", + "version": "0.4.1", "description": "Class-based reactive state management — ES6 Proxy + immutable snapshots", "repository": { "type": "git",