From 8295ecb4a2e60b29bf45a11be35666a9f9f6007b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:45:37 +0200 Subject: [PATCH] chore(release): update versions (#579) Co-authored-by: github-actions[bot] --- .changeset/afraid-kings-warn.md | 5 ----- packages/promise-cache/CHANGELOG.md | 6 ++++++ packages/promise-cache/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/afraid-kings-warn.md diff --git a/.changeset/afraid-kings-warn.md b/.changeset/afraid-kings-warn.md deleted file mode 100644 index 2467faa3..00000000 --- a/.changeset/afraid-kings-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sebspark/promise-cache": patch ---- - -Fix: Return a promise to avoid errors in the retry function diff --git a/packages/promise-cache/CHANGELOG.md b/packages/promise-cache/CHANGELOG.md index ea46f206..72dd81f4 100644 --- a/packages/promise-cache/CHANGELOG.md +++ b/packages/promise-cache/CHANGELOG.md @@ -1,5 +1,11 @@ # @sebspark/promise-cache +## 2.0.4 + +### Patch Changes + +- 3e9f97f: Fix: Return a promise to avoid errors in the retry function + ## 2.0.3 ### Patch Changes diff --git a/packages/promise-cache/package.json b/packages/promise-cache/package.json index 46e0c299..cee653b2 100644 --- a/packages/promise-cache/package.json +++ b/packages/promise-cache/package.json @@ -1,6 +1,6 @@ { "name": "@sebspark/promise-cache", - "version": "2.0.3", + "version": "2.0.4", "license": "Apache-2.0", "main": "dist/index.js", "module": "dist/index.mjs",