diff --git a/LATEST b/LATEST index e54077fef0..9a83513ab0 100644 --- a/LATEST +++ b/LATEST @@ -1 +1 @@ -1.2.21 \ No newline at end of file +1.2.22 diff --git a/package.json b/package.json index 05c7e45386..5cedd3e563 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "bun", - "version": "1.2.22", + "version": "1.2.23", "workspaces": [ "./packages/bun-types", "./packages/@types/bun" diff --git a/scripts/github-metrics.ts b/scripts/github-metrics.ts index 583a653df5..688fe378f5 100755 --- a/scripts/github-metrics.ts +++ b/scripts/github-metrics.ts @@ -117,7 +117,7 @@ async function countReactions(issueNumbers: number[], verbose = false): Promise< } // Small delay to avoid rate limiting - await Bun.sleep(50); + await Bun.sleep(1); } return totalReactions;