diff --git a/changelog.md b/changelog.md index 671adcb..42349e8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.0](https://github.com/ehmpathy/with-simple-caching/compare/v0.11.4...v0.12.0) (2024-06-06) + + +### Features + +* **bypass:** enable bypass of cache.set or cache.get via input or env ([677a950](https://github.com/ehmpathy/with-simple-caching/commit/677a950107b5db687f33996c1fb22e8e4a338ab0)) + ## [0.11.4](https://github.com/ehmpathy/with-simple-caching/compare/v0.11.3...v0.11.4) (2023-08-11) diff --git a/package-lock.json b/package-lock.json index 8ae3750..257b5d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "with-simple-caching", - "version": "0.11.4", + "version": "0.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "with-simple-caching", - "version": "0.11.4", + "version": "0.12.0", "dependencies": { "simple-in-memory-cache": "^0.3.0", "type-fns": "0.8.1" diff --git a/package.json b/package.json index f650529..ba125a7 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.11.4", + "version": "0.12.0", "repository": "ehmpathy/with-simple-caching", "homepage": "https://github.com/ehmpathy/with-simple-caching", "keywords": [