From 9f16fe890c9d325c15c09013d2dea4aacff56bb8 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Sat, 3 Aug 2024 22:02:45 -0400 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.3.9=20=F0=9F=8E=89?= 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 4419664..26583dc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +### [1.3.9](https://www.github.com/ehmpathy/with-remote-state-caching/compare/v1.3.8...v1.3.9) (2024-08-04) + + +### Bug Fixes + +* **deps:** bump with-simple-caching version ([#15](https://www.github.com/ehmpathy/with-remote-state-caching/issues/15)) ([866c57d](https://www.github.com/ehmpathy/with-remote-state-caching/commit/866c57d0a50fa38513af5b301080fc2799b03c7e)) + ### [1.3.8](https://www.github.com/ehmpathy/with-remote-state-caching/compare/v1.3.7...v1.3.8) (2024-04-27) diff --git a/package-lock.json b/package-lock.json index f31943d..0a193c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "with-remote-state-caching", - "version": "1.3.8", + "version": "1.3.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "with-remote-state-caching", - "version": "1.3.8", + "version": "1.3.9", "license": "MIT", "dependencies": { "@types/sha.js": "^2.4.0", diff --git a/package.json b/package.json index 5476f35..ba1322d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "with-remote-state-caching", - "version": "1.3.8", + "version": "1.3.9", "description": "A wrapper that makes it simple to add caching to any function", "author": "UladKasach @uladkasach", "license": "MIT",