diff --git a/.changeset/common-apes-fold.md b/.changeset/common-apes-fold.md deleted file mode 100644 index 982d8eac..00000000 --- a/.changeset/common-apes-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Update `pr-status` message to link to the new faq page diff --git a/.changeset/silent-schools-bathe.md b/.changeset/silent-schools-bathe.md deleted file mode 100644 index d6525be9..00000000 --- a/.changeset/silent-schools-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": minor ---- - -Add a `cwd` input to the root action, `/select-mode`, `/version`, `/pack`, and `/publish` sub-actions to set the current working directory to execute Changesets in. This input existed in v1 but was incorrectly removed. diff --git a/CHANGELOG.md b/CHANGELOG.md index c812ced7..434d89cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @changesets/action +## 2.1.0 + +### Minor Changes + +- [#718](https://github.com/changesets/action/pull/718) [`3b7c71c`](https://github.com/changesets/action/commit/3b7c71c440e75fca5d335f779290425fc1117fe8) Thanks [@bluwy](https://github.com/bluwy)! - Add a `cwd` input to the root action, `/select-mode`, `/version`, `/pack`, and `/publish` sub-actions to set the current working directory to execute Changesets in. This input existed in v1 but was incorrectly removed. + +### Patch Changes + +- [#716](https://github.com/changesets/action/pull/716) [`6f58ba3`](https://github.com/changesets/action/commit/6f58ba35801ec075a1c87569277591f8ef1a3029) Thanks [@bluwy](https://github.com/bluwy)! - Update `pr-status` message to link to the new faq page + ## 2.0.0 ### Major Changes diff --git a/package.json b/package.json index 5f1c7d5d..40009472 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/action", - "version": "2.0.0", + "version": "2.1.0", "private": true, "license": "MIT", "type": "module",