From 0c17c3ea8a47d59b280d3816376538b74e6fb9ef Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 5 May 2026 08:57:06 +0000 Subject: [PATCH 1/2] 1.9.1 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58856bce..6976e0a7 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.1] + +### Uncategorized + +- chore: use single header row for post merge spreadsheet ([#242](https://github.com/MetaMask/github-tools/pull/242)) + ## [1.9.0] ### Changed @@ -153,7 +159,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.0...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.9.1...HEAD +[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 [1.7.1]: https://github.com/MetaMask/github-tools/compare/v1.7.0...v1.7.1 diff --git a/package.json b/package.json index 02e17461..3ac87fcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.9.0", + "version": "1.9.1", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From eb1a57829a053b034bb893fee7bdabe2d476d277 Mon Sep 17 00:00:00 2001 From: Javier Briones <1674192+jvbriones@users.noreply.github.com> Date: Tue, 5 May 2026 15:16:16 +0200 Subject: [PATCH 2/2] chore: categorise the changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6976e0a7..767c3f41 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.1] -### Uncategorized +### Changed - chore: use single header row for post merge spreadsheet ([#242](https://github.com/MetaMask/github-tools/pull/242))