From 3891842d2f8ac12909644813093052a556c22b0f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 28 Jan 2026 11:08:30 +0000 Subject: [PATCH 1/2] 1.4.4 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f810b43..5d4fbbe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.4] + +### Uncategorized + +- add refactor items to release tracker ([#209](https://github.com/MetaMask/github-tools/pull/209)) + ## [1.4.3] ### Changed @@ -98,7 +104,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.3...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.4.4...HEAD +[1.4.4]: https://github.com/MetaMask/github-tools/compare/v1.4.3...v1.4.4 [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 diff --git a/package.json b/package.json index 3d66cbef..476e258c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.4.3", + "version": "1.4.4", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From 9a897a1ae47388057b1041288d144200906c5c5f Mon Sep 17 00:00:00 2001 From: chloeYue Date: Wed, 28 Jan 2026 13:51:29 +0100 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d4fbbe1..3259b5c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.4.4] -### Uncategorized +### Changed - add refactor items to release tracker ([#209](https://github.com/MetaMask/github-tools/pull/209))