From 9418d511e376e2974bdcff10b4573143844f5dac Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Sun, 7 Jan 2024 18:34:05 -0500 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.3.2=20=F0=9F=8E=89=20(#11)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index b4dd350..011bb29 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +### [1.3.2](https://www.github.com/ehmpathy/simple-on-disk-cache/compare/v1.3.1...v1.3.2) (2024-01-07) + + +### Bug Fixes + +* **dirs:** mkdir when creating cache to prevent errors ([b3f00fa](https://www.github.com/ehmpathy/simple-on-disk-cache/commit/b3f00fa296a38d2d851efb36aa372de8600fad6d)) + ### [1.3.1](https://www.github.com/ehmpathy/simple-on-disk-cache/compare/v1.3.0...v1.3.1) (2022-11-25) diff --git a/package-lock.json b/package-lock.json index c6e74b9..a927049 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-on-disk-cache", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "simple-on-disk-cache", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "dependencies": { "aws-sdk": "^2.1231.0", diff --git a/package.json b/package.json index f555de8..acd6ba0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-on-disk-cache", - "version": "1.3.1", + "version": "1.3.2", "description": "A simple on-disk cache, supporting local and remote filesystem targets, with time based expiration policies.", "author": "UladKasach @uladkasach", "license": "MIT",