diff --git a/.changeset/good-parts-double.md b/.changeset/good-parts-double.md deleted file mode 100644 index d99eab1..0000000 --- a/.changeset/good-parts-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codebelt/classy-store": patch ---- - -add `withHistory`, `devtools`, and `subscribeKey` utilities for enhanced state management diff --git a/.changeset/short-mirrors-play.md b/.changeset/short-mirrors-play.md deleted file mode 100644 index e35d567..0000000 --- a/.changeset/short-mirrors-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codebelt/classy-store": patch ---- - -add `useLocalStore` hook for component-scoped reactive stores with tests and documentation diff --git a/CHANGELOG.md b/CHANGELOG.md index a05cd9f..bfb361b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @codebelt/classy-store +## 0.1.1 + +### Patch Changes + +- [#7](https://github.com/codeBelt/classy-store/pull/7) [`64489ea`](https://github.com/codeBelt/classy-store/commit/64489eabb16e7d917ec211b97d65cf47148c6cb9) Thanks [@codeBelt](https://github.com/codeBelt)! - add `withHistory`, `devtools`, and `subscribeKey` utilities for enhanced state management + +- [#6](https://github.com/codeBelt/classy-store/pull/6) [`14ffd85`](https://github.com/codeBelt/classy-store/commit/14ffd85f1b6107f4ec44cfcbd7abec0c234437c2) Thanks [@codeBelt](https://github.com/codeBelt)! - add `useLocalStore` hook for component-scoped reactive stores with tests and documentation + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index bbfa245..969b532 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codebelt/classy-store", - "version": "0.1.0", + "version": "0.1.1", "description": "Class-based reactive state management — ES6 Proxy + immutable snapshots", "repository": { "type": "git",