diff --git a/changelog.md b/changelog.md index 1064832..db48521 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.3](https://github.com/ehmpathy/with-simple-caching/compare/v0.11.2...v0.11.3) (2023-07-28) + + +### Bug Fixes + +* **cicd:** remove publish-on-tag in favor of publish ([52581fa](https://github.com/ehmpathy/with-simple-caching/commit/52581fac00a07c2dd9d150138e206a42a9789aa3)) + ## [0.11.2](https://github.com/ehmpathy/with-simple-caching/compare/v0.11.1...v0.11.2) (2023-07-28) diff --git a/package-lock.json b/package-lock.json index 1dc5c13..81fba36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "with-simple-caching", - "version": "0.11.2", + "version": "0.11.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "with-simple-caching", - "version": "0.11.2", + "version": "0.11.3", "dependencies": { "simple-in-memory-cache": "^0.3.0", "type-fns": "0.8.1" diff --git a/package.json b/package.json index 469cd1a..7e06f45 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.2", + "version": "0.11.3", "repository": "ehmpathy/with-simple-caching", "homepage": "https://github.com/ehmpathy/with-simple-caching", "keywords": [