diff --git a/changelog.md b/changelog.md index 09c4705..a91ba99 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.1](https://github.com/ehmpathy/simple-in-memory-cache/compare/v0.3.0...v0.3.1) (2023-07-28) + + +### Bug Fixes + +* **inputs:** add seconds as alias to defaultSecondsUntilExpiration ([4ad0a09](https://github.com/ehmpathy/simple-in-memory-cache/commit/4ad0a09aca6a959de8226ef5b8cc0f303efbb0da)) +* **practs:** use latest best practices ([0937888](https://github.com/ehmpathy/simple-in-memory-cache/commit/0937888ed95ef43ae5e23fe7c2a56aac959bb27a)) + ## [0.3.0](https://www.github.com/ehmpathy/simple-in-memory-cache/compare/v0.2.1...v0.3.0) (2022-11-24) diff --git a/package-lock.json b/package-lock.json index d936816..bf5b962 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-in-memory-cache", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "simple-in-memory-cache", - "version": "0.3.0", + "version": "0.3.1", "devDependencies": { "@commitlint/config-conventional": "13.1.0", "@trivago/prettier-plugin-sort-imports": "2.0.4", diff --git a/package.json b/package.json index 41778dd..580a217 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "simple-in-memory-cache", "author": "ehmpathy", "description": "A simple in-memory cache, for nodejs and the browser, with time based expiration policies.", - "version": "0.3.0", + "version": "0.3.1", "repository": "ehmpathy/simple-in-memory-cache", "homepage": "https://github.com/ehmpathy/simple-in-memory-cache", "keywords": [