Skip to content

Commit 3187c5e

Browse files
chore: release
1 parent 3cb2880 commit 3187c5e

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/dry-islands-wink.md

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

packages/classy-store/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#17](https://github.com/codeBelt/classy-store/pull/17) [`3cb2880`](https://github.com/codeBelt/classy-store/commit/3cb2880a907c0fb1c9ea3dd77d52eb56b7665f48) Thanks [@codeBelt](https://github.com/codeBelt)! - - ensure paused state update is deferred using queueMicrotask in history utils
8+
- prevent arrow functions bypassing proxy traps, add error isolation for listeners
9+
310
## 0.3.0
411

512
### Minor Changes

packages/classy-store/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.3.0",
3+
"version": "0.3.1",
44
"description": "Class-based reactive state management — ES6 Proxy + immutable snapshots",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)