From bd03967e1d9f8de54a8495d4805561f2bb32f31c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 19:16:16 +0000 Subject: [PATCH] Version Packages --- .changeset/beige-phones-thank.md | 5 ----- .changeset/dirty-islands-train.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/beige-phones-thank.md delete mode 100644 .changeset/dirty-islands-train.md diff --git a/.changeset/beige-phones-thank.md b/.changeset/beige-phones-thank.md deleted file mode 100644 index c34adb3..0000000 --- a/.changeset/beige-phones-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/ghcommit": patch ---- - -Re-enable provenance when publishing to NPM diff --git a/.changeset/dirty-islands-train.md b/.changeset/dirty-islands-train.md deleted file mode 100644 index 40ca064..0000000 --- a/.changeset/dirty-islands-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/ghcommit": patch ---- - -Bump dependencies diff --git a/CHANGELOG.md b/CHANGELOG.md index ede8505..b7100ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @changesets/ghcommit +## 1.3.1 + +### Patch Changes + +- [#30](https://github.com/changesets/ghcommit/pull/30) [`8954e86`](https://github.com/changesets/ghcommit/commit/8954e86d778b37dfacf7539cdfadd7a7bdcfbfcf) Thanks [@s0](https://github.com/s0)! - Re-enable provenance when publishing to NPM + +- [#27](https://github.com/changesets/ghcommit/pull/27) [`d8800b2`](https://github.com/changesets/ghcommit/commit/d8800b2127d059771863c06d975b43f681d87a16) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump dependencies + ## 1.3.0 ### Minor Changes diff --git a/package.json b/package.json index 8b4a99f..fb3a7a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/ghcommit", - "version": "1.3.0", + "version": "1.3.1", "description": "Directly change files on github using the github API, to support GPG signing", "keywords": [ "actions",