Skip to content

Commit 8bc3930

Browse files
chore: release
1 parent 67672fc commit 8bc3930

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

.changeset/good-pugs-sleep.md

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

.changeset/silent-peas-accept.md

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @codebelt/classy-store
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#3](https://github.com/codeBelt/classy-store/pull/3) [`cb05c1b`](https://github.com/codeBelt/classy-store/commit/cb05c1b3133c56bcfd3fd3ba6027a053eee8ad94) Thanks [@codeBelt](https://github.com/codeBelt)! - add TTL expiration and related features to persistence utility
8+
9+
- [#1](https://github.com/codeBelt/classy-store/pull/1) [`4d371f4`](https://github.com/codeBelt/classy-store/commit/4d371f41a123860ef99288bbb71af3be2a084798) Thanks [@codeBelt](https://github.com/codeBelt)! - restructure internal folder hierarchy and module imports

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.0.1",
3+
"version": "0.0.2",
44
"description": "Class-based reactive state management — ES6 Proxy + immutable snapshots",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)