diff --git a/changelog.md b/changelog.md index 2ec77fe..8229c66 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/ehmpathy/with-domain-driven-caching/compare/v1.0.0...v1.1.0) (2023-08-07) + + +### Features + +* **wrap:** add withDomainDrivenGets cache wrapper ([d5e09ea](https://github.com/ehmpathy/with-domain-driven-caching/commit/d5e09eaedd17931ed969b32bac4ab839d15bdd6c)) + ## 1.0.0 (2023-08-07) diff --git a/package-lock.json b/package-lock.json index 78467d2..defa364 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "with-domain-driven-caching", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "with-domain-driven-caching", - "version": "1.0.0", + "version": "1.1.0", "hasInstallScript": true, "dependencies": { "bottleneck": "^2.19.5", diff --git a/package.json b/package.json index abce9ab..453f146 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "with-domain-driven-caching", "author": "ehmpathy", "description": "A wrapper that makes it simple to add caching to any function", - "version": "1.0.0", + "version": "1.1.0", "repository": "ehmpathy/with-domain-driven-caching", "homepage": "https://github.com/ehmpathy/with-domain-driven-caching", "keywords": [