From 022c15178378b7d10e133442f665f02a4bfa21e2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 11 May 2026 17:07:59 +0000 Subject: [PATCH 1/3] 1.9.2 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 767c3f41..179ef5f2 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.9.2] + +### Uncategorized + +- fix: bump Yarn to 4.14.1 ([#244](https://github.com/MetaMask/github-tools/pull/244)) + ## [1.9.1] ### Changed @@ -159,7 +165,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.9.1...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.9.2...HEAD +[1.9.2]: https://github.com/MetaMask/github-tools/compare/v1.9.1...v1.9.2 [1.9.1]: https://github.com/MetaMask/github-tools/compare/v1.9.0...v1.9.1 [1.9.0]: https://github.com/MetaMask/github-tools/compare/v1.8.0...v1.9.0 [1.8.0]: https://github.com/MetaMask/github-tools/compare/v1.7.1...v1.8.0 diff --git a/package.json b/package.json index deb95035..ad2573ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.9.1", + "version": "1.9.2", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From dce3681df2e5d6b78080c674d66e63d27f6e5fd3 Mon Sep 17 00:00:00 2001 From: chloeYue Date: Mon, 11 May 2026 19:11:17 +0200 Subject: [PATCH 2/3] edit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 179ef5f2..b46ac277 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.9.2] -### Uncategorized +### Changed - fix: bump Yarn to 4.14.1 ([#244](https://github.com/MetaMask/github-tools/pull/244)) From 05730e3efa40800ef28fb56fd36221f590fca48f Mon Sep 17 00:00:00 2001 From: chloeYue <105063779+chloeYue@users.noreply.github.com> Date: Mon, 11 May 2026 19:17:40 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: Mark Stacey --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b46ac277..c61074ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- fix: bump Yarn to 4.14.1 ([#244](https://github.com/MetaMask/github-tools/pull/244)) +- chore: bump Yarn to 4.14.1 ([#244](https://github.com/MetaMask/github-tools/pull/244)) ## [1.9.1]