diff --git a/.changeset/brave-pears-beg.md b/.changeset/brave-pears-beg.md deleted file mode 100644 index dafc8785..00000000 --- a/.changeset/brave-pears-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Upstream ["Wire up `@octokit/plugin-throttling` with all GitHub Octokit instances"](https://github.com/changesets/action/commit/db8a1099bc0ba1dd6f46a5b9df4212e4f69e78c9) diff --git a/.changeset/empty-mails-fetch.md b/.changeset/empty-mails-fetch.md deleted file mode 100644 index ac2ae25f..00000000 --- a/.changeset/empty-mails-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Upstream ["Use logging provided by `@actions/core`"](https://github.com/changesets/action/commit/8b2818674de86a7fc69aebb9ed6b486ee32eb96e) diff --git a/.changeset/nine-rats-kiss.md b/.changeset/nine-rats-kiss.md deleted file mode 100644 index bff386c2..00000000 --- a/.changeset/nine-rats-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Upstream ["Add a throttling plugin to the used Octokit instance to retry requests after hitting secondary rate limits"](https://github.com/changesets/action/commit/225a1e8cbcabb7b585174ba0ad806549db40d4cd) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c8aff6..97f1817c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @changesets/action +## 1.5.2 + +### Patch Changes + +- [`75202af`](https://github.com/changesets/action/commit/75202af132ea8e93b7e6df013dc3af557c106ba3) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Upstream ["Wire up `@octokit/plugin-throttling` with all GitHub Octokit instances"](https://github.com/changesets/action/commit/db8a1099bc0ba1dd6f46a5b9df4212e4f69e78c9) + +* [`75202af`](https://github.com/changesets/action/commit/75202af132ea8e93b7e6df013dc3af557c106ba3) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Upstream ["Use logging provided by `@actions/core`"](https://github.com/changesets/action/commit/8b2818674de86a7fc69aebb9ed6b486ee32eb96e) + +- [`75202af`](https://github.com/changesets/action/commit/75202af132ea8e93b7e6df013dc3af557c106ba3) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Upstream ["Add a throttling plugin to the used Octokit instance to retry requests after hitting secondary rate limits"](https://github.com/changesets/action/commit/225a1e8cbcabb7b585174ba0ad806549db40d4cd) + ## 1.5.1 ### Patch Changes diff --git a/package.json b/package.json index c25dfcde..33d757e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/action", - "version": "1.5.1", + "version": "1.5.2", "main": "dist/index.js", "license": "MIT", "devDependencies": {