diff --git a/.changeset/clean-bees-count.md b/.changeset/clean-bees-count.md new file mode 100644 index 00000000..27f95943 --- /dev/null +++ b/.changeset/clean-bees-count.md @@ -0,0 +1,5 @@ +--- +"@changesets/action": patch +--- + +Ensure the PR remains open when updated diff --git a/.changeset/green-eels-appear.md b/.changeset/green-eels-appear.md new file mode 100644 index 00000000..f2d1609f --- /dev/null +++ b/.changeset/green-eels-appear.md @@ -0,0 +1,5 @@ +--- +"@changesets/action": patch +--- + +Switch to cheaper API for querying existing PRs diff --git a/CHANGELOG.md b/CHANGELOG.md index 44c8a9ee..d9a7481d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,5 @@ # @changesets/action -## 1.4.8 - -### Patch Changes - -- [#393](https://github.com/changesets/action/pull/393) [`48ab0d2`](https://github.com/changesets/action/commit/48ab0d2f2e77ae169182d022591ef5c18c931ff2) Thanks [@s0](https://github.com/s0)! - Ensure the PR remains open when updated - -- [#393](https://github.com/changesets/action/pull/393) [`48ab0d2`](https://github.com/changesets/action/commit/48ab0d2f2e77ae169182d022591ef5c18c931ff2) Thanks [@s0](https://github.com/s0)! - Switch to cheaper API for querying existing PRs - ## 1.4.7 ### Patch Changes diff --git a/package.json b/package.json index 6a171ea4..f399ac96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/action", - "version": "1.4.8", + "version": "1.4.7", "main": "dist/index.js", "license": "MIT", "devDependencies": {