From 47b20fcd1130a6cf25da77ec28db8a9bc138894a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 10:42:31 +0000 Subject: [PATCH] Version Packages --- .changeset/fluffy-clocks-knock.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fluffy-clocks-knock.md diff --git a/.changeset/fluffy-clocks-knock.md b/.changeset/fluffy-clocks-knock.md deleted file mode 100644 index 2f290bc0..00000000 --- a/.changeset/fluffy-clocks-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Use full git email (`41898282+github-actions[bot]@users.noreply.github.com`) for github-actions bot when making commits diff --git a/CHANGELOG.md b/CHANGELOG.md index 974013f5..4603eda7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @changesets/action +## 1.4.10 + +### Patch Changes + +- [#448](https://github.com/changesets/action/pull/448) [`8b16070`](https://github.com/changesets/action/commit/8b16070fe386eed3456c83eeed9460160432cf26) Thanks [@bluwy](https://github.com/bluwy)! - Use full git email (`41898282+github-actions[bot]@users.noreply.github.com`) for github-actions bot when making commits + ## 1.4.9 ### Patch Changes diff --git a/package.json b/package.json index 44c5af07..5b822904 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/action", - "version": "1.4.9", + "version": "1.4.10", "main": "dist/index.js", "license": "MIT", "devDependencies": {