diff --git a/.changeset/plenty-areas-tie.md b/.changeset/plenty-areas-tie.md deleted file mode 100644 index 3422a5e8..00000000 --- a/.changeset/plenty-areas-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Fixed initial `.changeset` state being picked up, when `cwd` parameter is provided diff --git a/.changeset/splendid-facts-like.md b/.changeset/splendid-facts-like.md deleted file mode 100644 index e2c9a529..00000000 --- a/.changeset/splendid-facts-like.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Fixed `.changeset` state being picked for the version command when `cwd` parameter is provided diff --git a/CHANGELOG.md b/CHANGELOG.md index be10b90f..3cf392ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @changesets/action +## 1.7.1 + +### Patch Changes + +- [#502](https://github.com/changesets/action/pull/502) [`6002dbd`](https://github.com/changesets/action/commit/6002dbd987f49a3c0a134910d9c7bca975b79977) Thanks [@oshytiko](https://github.com/oshytiko)! - Fixed initial `.changeset` state being picked up, when `cwd` parameter is provided + +- [`81b3f61`](https://github.com/changesets/action/commit/81b3f61ebffcb868f73e4c0b2682517149c834a2) Thanks [@radnan](https://github.com/radnan)! - Fixed `.changeset` state being picked for the version command when `cwd` parameter is provided + ## 1.7.0 ### Minor Changes diff --git a/package.json b/package.json index 47455ea7..845f82c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/action", - "version": "1.7.0", + "version": "1.7.1", "main": "dist/index.js", "type": "module", "license": "MIT",