From 1b8c2986f3323ea7cc2feebbb9cd4a48dab5f4b8 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Thu, 24 Nov 2022 15:57:02 -0500 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.2.1=20=F0=9F=8E=89=20(#8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) 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",