diff --git a/.changeset/famous-toys-lay.md b/.changeset/famous-toys-lay.md deleted file mode 100644 index 3bf8545f2..000000000 --- a/.changeset/famous-toys-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/cli": patch ---- - -Make `./bin.js` available through `package.json#exports` to fix compatibility with `changesets/action`. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b02ee7b02..bc9c89a01 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @changesets/cli +## 2.27.1 + +### Patch Changes + +- [#1267](https://github.com/changesets/changesets/pull/1267) [`86cfff1`](https://github.com/changesets/changesets/commit/86cfff1f1891e75238eec61dc97a303ad7a8c030) Thanks [@Andarist](https://github.com/Andarist)! - Make `./bin.js` available through `package.json#exports` to fix compatibility with `changesets/action`. + ## 2.27.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 753409088..c430b7824 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/cli", - "version": "2.27.0", + "version": "2.27.1", "description": "Organise your package versioning and publishing to make both contributors and maintainers happy", "bin": { "changeset": "bin.js"