diff --git a/.changeset/glasser-chose-this.md b/.changeset/glasser-chose-this.md deleted file mode 100644 index e3e5e7b3..00000000 --- a/.changeset/glasser-chose-this.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@changesets/action": minor ---- - - -author: @quinnjn -pr: #216 -commit: 398d7ed - -Execute action with node16 instead of node12. diff --git a/.changeset/sharp-pens-matter.md b/.changeset/sharp-pens-matter.md deleted file mode 100644 index aba14c64..00000000 --- a/.changeset/sharp-pens-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Add `is:pull-request` to search query when looking for existing PR. This fixes an issue with user-owned PATs. diff --git a/.changeset/three-needles-protect.md b/.changeset/three-needles-protect.md deleted file mode 100644 index d13a259c..00000000 --- a/.changeset/three-needles-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Skip creating a PR when all existing changesets are empty. diff --git a/CHANGELOG.md b/CHANGELOG.md index 101ab3eb..7828073e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @changesets/action +## 1.4.0 + +### Minor Changes + +- [#216](https://github.com/changesets/action/pull/216) [`398d7ed`](https://github.com/changesets/action/commit/398d7ed) Thanks [@quinnjn](https://github.com/quinnjn)! - Execute action with node16 instead of node12. + +### Patch Changes + +- [#228](https://github.com/changesets/action/pull/228) [`bff53cc`](https://github.com/changesets/action/commit/bff53cc50c1ebb33f8f558f9de2e0eb9a99230c6) Thanks [@iansan5653](https://github.com/iansan5653)! - Add `is:pull-request` to search query when looking for existing PR. This fixes an issue with user-owned PATs. + +* [#206](https://github.com/changesets/action/pull/206) [`8c3f5f5`](https://github.com/changesets/action/commit/8c3f5f5637a95a2327e78d5dabcf357978aedcbb) Thanks [@glasser](https://github.com/glasser)! - Skip creating a PR when all existing changesets are empty. + ## 1.3.0 ### Minor Changes diff --git a/package.json b/package.json index 8604c36c..356ef6b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/action", - "version": "1.3.0", + "version": "1.4.0", "main": "dist/index.js", "license": "MIT", "devDependencies": {