From 466e9627f7c3da22329cf72c0e0444b82b154d74 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 8 Dec 2025 11:09:19 +0000 Subject: [PATCH 1/2] 1.1.4 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f2435b0..e4a33e9a 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.1.4] + +### Uncategorized + +- fix: Checkout GitHub tools using ref instead of main branch in two more actions ([#184](https://github.com/MetaMask/github-tools/pull/184)) + ## [1.1.3] ### Fixed @@ -51,7 +57,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.1.3...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.1.4...HEAD +[1.1.4]: https://github.com/MetaMask/github-tools/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/MetaMask/github-tools/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/MetaMask/github-tools/compare/v1.1.0...v1.1.2 [1.1.0]: https://github.com/MetaMask/github-tools/compare/v1.0.0...v1.1.0 diff --git a/package.json b/package.json index 96375a0e..9bded8bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.1.3", + "version": "1.1.4", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From 972b0558f1442f488f146593e775c658d9393b00 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Mon, 8 Dec 2025 12:10:22 +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 e4a33e9a..1fc1ba77 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.1.4] -### Uncategorized +### Fixed -- fix: Checkout GitHub tools using ref instead of main branch in two more actions ([#184](https://github.com/MetaMask/github-tools/pull/184)) +- Checkout GitHub tools using ref instead of main branch in `flaky-test-report` and `update-release-changelog` actions ([#184](https://github.com/MetaMask/github-tools/pull/184)) ## [1.1.3]