diff --git a/changelog.md b/changelog.md index 248cd2f..c6a12cc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://www.github.com/ehmpathy/simple-on-disk-cache/compare/v1.2.1...v1.3.0) (2022-11-25) + + +### Features + +* **resiliance:** automatically recover from malformed cache files; just warn and move on ([9bb3569](https://www.github.com/ehmpathy/simple-on-disk-cache/commit/9bb35692413b59dce3438926a2b5b377c3e44573)) + ### [1.2.1](https://www.github.com/ehmpathy/simple-on-disk-cache/compare/v1.2.0...v1.2.1) (2022-11-24) diff --git a/package-lock.json b/package-lock.json index b8f850d..423f653 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-on-disk-cache", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "simple-on-disk-cache", - "version": "1.2.1", + "version": "1.3.0", "license": "MIT", "dependencies": { "aws-sdk": "^2.1231.0", diff --git a/package.json b/package.json index b03e116..aef97b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-on-disk-cache", - "version": "1.2.1", + "version": "1.3.0", "description": "A simple on-disk cache, supporting local and remote filesystem targets, with time based expiration policies.", "author": "UladKasach @uladkasach", "license": "MIT",