diff --git a/changelog.md b/changelog.md index 42d5713..347ad5f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://www.github.com/ehmpathy/simple-on-disk-cache/compare/v1.1.1...v1.2.0) (2022-11-24) + + +### Features + +* **keys:** enable accurate retrieval of active valid cache keys ([3558572](https://www.github.com/ehmpathy/simple-on-disk-cache/commit/355857284a832115bf2657eb9a08cbe00e3e6d7b)) + ### [1.1.1](https://www.github.com/ehmpathy/simple-on-disk-cache/compare/v1.1.0...v1.1.1) (2022-11-22) diff --git a/package-lock.json b/package-lock.json index 0627ff5..f632252 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-on-disk-cache", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "simple-on-disk-cache", - "version": "1.1.1", + "version": "1.2.0", "license": "MIT", "dependencies": { "aws-sdk": "^2.1231.0", diff --git a/package.json b/package.json index 01b8d1f..43c774e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-on-disk-cache", - "version": "1.1.1", + "version": "1.2.0", "description": "A simple on-disk cache, supporting local and remote filesystem targets, with time based expiration policies.", "author": "UladKasach @uladkasach", "license": "MIT",