From 14321f47db07f9042dad8cba4a325f23e93c0ffc Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 29 May 2026 07:22:38 +0000 Subject: [PATCH 1/2] 1.10.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5507b133..a8e79ca6 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.10.0] + +### Uncategorized + +- feat: Add action to get short-lived access token using OIDC ([#255](https://github.com/MetaMask/github-tools/pull/255)) + ## [1.9.4] ### Fixed @@ -178,7 +184,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.4...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.10.0...HEAD +[1.10.0]: https://github.com/MetaMask/github-tools/compare/v1.9.4...v1.10.0 [1.9.4]: https://github.com/MetaMask/github-tools/compare/v1.9.3...v1.9.4 [1.9.3]: https://github.com/MetaMask/github-tools/compare/v1.9.2...v1.9.3 [1.9.2]: https://github.com/MetaMask/github-tools/compare/v1.9.1...v1.9.2 diff --git a/package.json b/package.json index d370f517..78092004 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.9.4", + "version": "1.10.0", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From ffb0278b95e03fead6d1009f809b933ea17f6327 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Fri, 29 May 2026 09:23:45 +0200 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 a8e79ca6..9a4a8aaa 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.10.0] -### Uncategorized +### Added -- feat: Add action to get short-lived access token using OIDC ([#255](https://github.com/MetaMask/github-tools/pull/255)) +- Add `get-token` action to get short-lived access token using OIDC ([#255](https://github.com/MetaMask/github-tools/pull/255)) ## [1.9.4]