diff --git a/changelog.md b/changelog.md index fff89cd..ae0734c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.0](https://github.com/ehmpathy/with-simple-caching/compare/v0.13.0...v0.14.0) (2024-12-26) + + +### Features + +* **wrapper:** expose wrapper to further simplify ondisk caching ([f7f5522](https://github.com/ehmpathy/with-simple-caching/commit/f7f55226b71994109bb1c79d706598d5c552e6b7)) + ## [0.13.0](https://github.com/ehmpathy/with-simple-caching/compare/v0.12.0...v0.13.0) (2024-12-26) diff --git a/package-lock.json b/package-lock.json index 4460c5a..97778eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "with-simple-caching", - "version": "0.13.0", + "version": "0.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "with-simple-caching", - "version": "0.13.0", + "version": "0.14.0", "dependencies": { "@ehmpathy/uni-time": "^1.7.4", "serde-fns": "^1.2.0", diff --git a/package.json b/package.json index 8a4730b..edae713 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "with-simple-caching", "author": "ehmpathy", "description": "A wrapper that makes it simple to add caching to any function", - "version": "0.13.0", + "version": "0.14.0", "repository": "ehmpathy/with-simple-caching", "homepage": "https://github.com/ehmpathy/with-simple-caching", "keywords": [