From af82bf084c13186adad723e9248061b3dba1973e Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Sat, 27 Apr 2024 10:53:36 -0400 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.3.8=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 5fa1fe7..4419664 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +### [1.3.8](https://www.github.com/ehmpathy/with-remote-state-caching/compare/v1.3.7...v1.3.8) (2024-04-27) + + +### Bug Fixes + +* **invalidation:** ensure cache invalidation triggered on mutation input as well ([ac18ac6](https://www.github.com/ehmpathy/with-remote-state-caching/commit/ac18ac6c630825e11f894ccdca57a8c913ee4954)) +* **types:** ensure mutationOutput is the awaited result everywhere ([173e1eb](https://www.github.com/ehmpathy/with-remote-state-caching/commit/173e1eb4af88f92b1eced908c2b33f1924be8830)) + ### [1.3.7](https://www.github.com/ehmpathy/with-remote-state-caching/compare/v1.3.6...v1.3.7) (2023-08-01) diff --git a/package-lock.json b/package-lock.json index 47892b8..0e2656c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "with-remote-state-caching", - "version": "1.3.7", + "version": "1.3.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "with-remote-state-caching", - "version": "1.3.7", + "version": "1.3.8", "license": "MIT", "dependencies": { "@types/sha.js": "^2.4.0", diff --git a/package.json b/package.json index 935d0e9..a231d00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "with-remote-state-caching", - "version": "1.3.7", + "version": "1.3.8", "description": "A wrapper that makes it simple to add caching to any function", "author": "UladKasach @uladkasach", "license": "MIT",