From ec88bd98c1a5d24465bc9ebdd0222cc4600db085 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:26:39 +0000 Subject: [PATCH] chore: release --- .changeset/good-pugs-sleep.md | 5 ----- .changeset/silent-peas-accept.md | 6 ------ CHANGELOG.md | 9 +++++++++ package.json | 2 +- 4 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 .changeset/good-pugs-sleep.md delete mode 100644 .changeset/silent-peas-accept.md create mode 100644 CHANGELOG.md diff --git a/.changeset/good-pugs-sleep.md b/.changeset/good-pugs-sleep.md deleted file mode 100644 index e44b17f..0000000 --- a/.changeset/good-pugs-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codebelt/classy-store": patch ---- - -add TTL expiration and related features to persistence utility diff --git a/.changeset/silent-peas-accept.md b/.changeset/silent-peas-accept.md deleted file mode 100644 index a69e28a..0000000 --- a/.changeset/silent-peas-accept.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@codebelt/classy-store": patch ---- - -restructure internal folder hierarchy and module imports - diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d6186b7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# @codebelt/classy-store + +## 0.0.2 + +### Patch Changes + +- [#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 + +- [#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 diff --git a/package.json b/package.json index d14249a..3cf34d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codebelt/classy-store", - "version": "0.0.1", + "version": "0.0.2", "description": "Class-based reactive state management — ES6 Proxy + immutable snapshots", "type": "module", "main": "./dist/index.cjs",