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",