diff --git a/changelog.md b/changelog.md index 347ad5f..248cd2f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,14 @@ # Changelog +### [1.2.1](https://www.github.com/ehmpathy/simple-on-disk-cache/compare/v1.2.0...v1.2.1) (2022-11-24) + + +### Bug Fixes + +* **cicd:** use node v16 in gh actions ([e341fea](https://www.github.com/ehmpathy/simple-on-disk-cache/commit/e341fea2545ecb5b88d04946aa4060fe5759d4e3)) +* **deps:** fix dep versions to ensure its buildable on cicd ([fba09f4](https://www.github.com/ehmpathy/simple-on-disk-cache/commit/fba09f4528b121e3f39ec418a3d186dffd5ca937)) +* **tests:** use fs.unlink instead of fs.rm ([392f410](https://www.github.com/ehmpathy/simple-on-disk-cache/commit/392f410f6f0a3e20133516a8647b2609e2a9f707)) + ## [1.2.0](https://www.github.com/ehmpathy/simple-on-disk-cache/compare/v1.1.1...v1.2.0) (2022-11-24) diff --git a/package-lock.json b/package-lock.json index 1568c17..b8f850d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-on-disk-cache", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "simple-on-disk-cache", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "dependencies": { "aws-sdk": "^2.1231.0", diff --git a/package.json b/package.json index e59c9da..b03e116 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-on-disk-cache", - "version": "1.2.0", + "version": "1.2.1", "description": "A simple on-disk cache, supporting local and remote filesystem targets, with time based expiration policies.", "author": "UladKasach @uladkasach", "license": "MIT",