From c7d564c8146e2be158b14839a0a1157b355aa816 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 9 Jan 2026 16:44:05 +0000 Subject: [PATCH 1/2] 1.4.1 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fd02698..54dbaf35 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.4.1] + +### Uncategorized + +- fix(setup-e2e-env): Replace CocoaPods specs cache with Pods cache to prevent stale trunk errors ([#202](https://github.com/MetaMask/github-tools/pull/202)) + ## [1.4.0] ### Changed @@ -76,7 +82,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.4.0...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.4.1...HEAD +[1.4.1]: https://github.com/MetaMask/github-tools/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/MetaMask/github-tools/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/MetaMask/github-tools/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/MetaMask/github-tools/compare/v1.1.4...v1.2.0 diff --git a/package.json b/package.json index 0fcebdf6..3e9f7d29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.4.0", + "version": "1.4.1", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From cabf4f6b2e18911ad6e10d3c3f034287b4d2dfaa Mon Sep 17 00:00:00 2001 From: cmd-ob Date: Fri, 9 Jan 2026 16:46:41 +0000 Subject: [PATCH 2/2] updated changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54dbaf35..c1b3fc82 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.4.1] -### Uncategorized +### Fixed -- fix(setup-e2e-env): Replace CocoaPods specs cache with Pods cache to prevent stale trunk errors ([#202](https://github.com/MetaMask/github-tools/pull/202)) +- Replace CocoaPods specs cache with Pods cache to prevent stale trunk errors in `setup-e2e-env` action ([#202](https://github.com/MetaMask/github-tools/pull/202)) ## [1.4.0]