From 5b4ff05225d862492e86641dc05f28aa18356c88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 17:59:41 +0000 Subject: [PATCH] Version Packages --- .changeset/twelve-icons-approve.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/twelve-icons-approve.md diff --git a/.changeset/twelve-icons-approve.md b/.changeset/twelve-icons-approve.md deleted file mode 100644 index 41fd1f1..0000000 --- a/.changeset/twelve-icons-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/ghcommit": patch ---- - -Don't error on already committed symlinks and executables that stay untouched diff --git a/CHANGELOG.md b/CHANGELOG.md index a8d72dc..ae9bcfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @changesets/ghcommit +## 2.0.1 + +### Patch Changes + +- [#46](https://github.com/changesets/ghcommit/pull/46) [`d12678c`](https://github.com/changesets/ghcommit/commit/d12678cc90c7ba6d1cfe0ad673bb320f0eba0488) Thanks [@Andarist](https://github.com/Andarist)! - Don't error on already committed symlinks and executables that stay untouched + ## 2.0.0 ### Major Changes diff --git a/package.json b/package.json index b4ca871..4513497 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/ghcommit", - "version": "2.0.0", + "version": "2.0.1", "description": "Directly change files on github using the github API, to support GPG signing", "keywords": [ "actions",