diff --git a/.changeset/sunny-moons-appear.md b/.changeset/sunny-moons-appear.md deleted file mode 100644 index f3472e81..00000000 --- a/.changeset/sunny-moons-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Fix root action double error logs diff --git a/.changeset/warm-teeth-listen.md b/.changeset/warm-teeth-listen.md deleted file mode 100644 index 9dfddf3f..00000000 --- a/.changeset/warm-teeth-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Always switch and reset branch when generating version commits, similar to if `push-with-git-cli` is enabled diff --git a/CHANGELOG.md b/CHANGELOG.md index d489bd14..eb083a33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @changesets/action +## 2.1.2 + +### Patch Changes + +- [#724](https://github.com/changesets/action/pull/724) [`36f529f`](https://github.com/changesets/action/commit/36f529f13ab58bbcf6331035cb950385586e8a89) Thanks [@bluwy](https://github.com/bluwy)! - Fix root action double error logs + +- [#729](https://github.com/changesets/action/pull/729) [`ca85897`](https://github.com/changesets/action/commit/ca8589735af2ff6977a0f6474537d550040530d8) Thanks [@bluwy](https://github.com/bluwy)! - Always switch and reset branch when generating version commits, similar to if `push-with-git-cli` is enabled + ## 2.1.1 ### Patch Changes diff --git a/package.json b/package.json index a110c760..97f802d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/action", - "version": "2.1.1", + "version": "2.1.2", "private": true, "license": "MIT", "type": "module",