From 291fb69fc197cd7041550da3d7d5ce72ec92ac42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 08:39:27 +0000 Subject: [PATCH] Version Packages --- .changeset/friendly-rivers-protect.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/friendly-rivers-protect.md diff --git a/.changeset/friendly-rivers-protect.md b/.changeset/friendly-rivers-protect.md deleted file mode 100644 index 4fe0254..0000000 --- a/.changeset/friendly-rivers-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/ghcommit": minor ---- - -Improve force-push handling so updating an existing branch no longer temporarily resets the target branch to the base commit, avoiding cases where GitHub closes open pull requests during the update. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e62629..4a1e64d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @changesets/ghcommit +## 2.1.0 + +### Minor Changes + +- [#70](https://github.com/changesets/ghcommit/pull/70) [`9f3d31c`](https://github.com/changesets/ghcommit/commit/9f3d31c91aada92e83efe99986f8632b16196e5b) Thanks [@Andarist](https://github.com/Andarist)! - Improve force-push handling so updating an existing branch no longer temporarily resets the target branch to the base commit, avoiding cases where GitHub closes open pull requests during the update. + ## 2.0.1 ### Patch Changes diff --git a/package.json b/package.json index 295da3f..3db789a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/ghcommit", - "version": "2.0.1", + "version": "2.1.0", "description": "Directly change files on github using the github API, to support GPG signing", "keywords": [ "actions",