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",