Skip to content

Commit dfb217d

Browse files
chore: release (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 54ee4f5 commit dfb217d

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/good-parts-double.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/short-mirrors-play.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @codebelt/classy-store
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
311
## 0.1.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codebelt/classy-store",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Class-based reactive state management — ES6 Proxy + immutable snapshots",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)