From 964fd85eaa77f90733460ccae459b4a045f5d9ff Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 4 Jun 2026 09:35:50 +0000 Subject: [PATCH 1/2] 1.12.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 561eeaaf..0f3a5c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.12.0] + ### Changed - Bump `actionlint` from `1.7.7` to `1.7.12` in the `lint-workflows` workflow ([#259](https://github.com/MetaMask/github-tools/pull/259)) @@ -194,7 +196,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.11.0...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.12.0...HEAD +[1.12.0]: https://github.com/MetaMask/github-tools/compare/v1.11.0...v1.12.0 [1.11.0]: https://github.com/MetaMask/github-tools/compare/v1.10.0...v1.11.0 [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 diff --git a/package.json b/package.json index c5116ba6..45224025 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.11.0", + "version": "1.12.0", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From 915dc9174e32857017baaee7e83e7dea11341350 Mon Sep 17 00:00:00 2001 From: Norbert Elter <72046715+itsyoboieltr@users.noreply.github.com> Date: Thu, 4 Jun 2026 13:41:35 +0400 Subject: [PATCH 2/2] Trigger CI