From 329ccaf7f1d094b4e548b9532f3f83cf5cf4bbe4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 12 Jan 2026 13:56:40 +0000 Subject: [PATCH 1/2] 1.4.2 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1b3fc82..321ccf79 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.2] + +### Uncategorized + +- perf: Remove need for fetching repository by using GitHub API in skip merge queue check ([#204](https://github.com/MetaMask/github-tools/pull/204)) + ## [1.4.1] ### Fixed @@ -82,7 +88,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.1...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.4.2...HEAD +[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 [1.3.0]: https://github.com/MetaMask/github-tools/compare/v1.2.0...v1.3.0 diff --git a/package.json b/package.json index 3e9f7d29..32479e84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.4.1", + "version": "1.4.2", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From 918e18ddf253243d7b09cf2692c262ccfe27baf5 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Mon, 12 Jan 2026 14:57:23 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 321ccf79..40763fd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.4.2] -### Uncategorized +### Fixed -- perf: Remove need for fetching repository by using GitHub API in skip merge queue check ([#204](https://github.com/MetaMask/github-tools/pull/204)) +- Remove need for fetching repository by using GitHub API in skip merge queue check ([#204](https://github.com/MetaMask/github-tools/pull/204)) ## [1.4.1]