From 77ab8face0d554980ef02efa45aec051a09494d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 12:21:39 -0400 Subject: [PATCH] chore(main): release retry 0.3.1 (#31) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ jsr.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d7a673..beea3f7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6faffc9..3f925cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.1](https://github.com/humanwhocodes/retry/compare/retry-v0.3.0...retry-v0.3.1) (2024-10-04) + + +### Bug Fixes + +* Long retries ([#35](https://github.com/humanwhocodes/retry/issues/35)) ([c551b31](https://github.com/humanwhocodes/retry/commit/c551b31963c1fe29a3a84d8f5be7c6ac93732e64)) +* repository url in package.json ([#30](https://github.com/humanwhocodes/retry/issues/30)) ([739480c](https://github.com/humanwhocodes/retry/commit/739480c2a04221464f1245d76b97939c723b8fa9)) + ## [0.3.0](https://github.com/humanwhocodes/retry/compare/retry-v0.2.4...retry-v0.3.0) (2024-05-09) diff --git a/jsr.json b/jsr.json index a149d8b..14d6bc4 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/retry", - "version": "0.3.0", + "version": "0.3.1", "exports": "./dist/retrier.js", "publish": { "include": [ diff --git a/package-lock.json b/package-lock.json index 6d47bec..0a76f0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@humanwhocodes/retry", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@humanwhocodes/retry", - "version": "0.3.0", + "version": "0.3.1", "license": "Apache-2.0", "devDependencies": { "@eslint/js": "^8.49.0", diff --git a/package.json b/package.json index e61c32d..a33e749 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/retry", - "version": "0.3.0", + "version": "0.3.1", "description": "A utility to retry failed async methods.", "type": "module", "main": "dist/retrier.cjs",