From 95ff365b443931347072ec6dbd29cf40b0084913 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 20 Jan 2026 12:07:12 +0000 Subject: [PATCH 1/2] 1.4.3 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40763fd6..0177a6c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.3] + +### Uncategorized + +- add chore items to release tracker ([#206](https://github.com/MetaMask/github-tools/pull/206)) +- fix: consolidate release scripts and shared git utilities ([#195](https://github.com/MetaMask/github-tools/pull/195)) + ## [1.4.2] ### Fixed @@ -88,7 +95,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Some inputs were renamed for consistency across actions. - Bump `actions/checkout` and `actions/setup-node` to `v6` ([#173](https://github.com/MetaMask/github-tools/pull/173)) -[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.4.2...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.4.3...HEAD +[1.4.3]: https://github.com/MetaMask/github-tools/compare/v1.4.2...v1.4.3 [1.4.2]: https://github.com/MetaMask/github-tools/compare/v1.4.1...v1.4.2 [1.4.1]: https://github.com/MetaMask/github-tools/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/MetaMask/github-tools/compare/v1.3.0...v1.4.0 diff --git a/package.json b/package.json index 32479e84..3d66cbef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.4.2", + "version": "1.4.3", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From 3a7887ab56d7c6498e3091b3fdc69e81e6bcf9ea Mon Sep 17 00:00:00 2001 From: chloeYue Date: Tue, 20 Jan 2026 13:11:52 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0177a6c2..7f810b43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.4.3] -### Uncategorized +### Changed - add chore items to release tracker ([#206](https://github.com/MetaMask/github-tools/pull/206)) + +### Fixed + - fix: consolidate release scripts and shared git utilities ([#195](https://github.com/MetaMask/github-tools/pull/195)) ## [1.4.2]