diff --git a/.changeset/spicy-toes-confess.md b/.changeset/spicy-toes-confess.md deleted file mode 100644 index e28982c1..00000000 --- a/.changeset/spicy-toes-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": minor ---- - -Allow to specify `createGithubReleases: aggregate`, in order to publish a single GitHub Release diff --git a/CHANGELOG.md b/CHANGELOG.md index 101ab3eb..6fa21233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @changesets/action +## 1.4.0 + +### Minor Changes + +- [`ebbfc3c`](https://github.com/changesets/action/commit/ebbfc3cb52e856c8b3325828f20b60297861f3f6) Thanks [@dotansimha](https://github.com/dotansimha)! - Allow to specify `createGithubReleases: aggregate`, in order to publish a single GitHub Release + ## 1.3.0 ### Minor Changes diff --git a/package.json b/package.json index a2f79131..603432c9 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": {