From 47432276b3bd1a81a9eb4b2a76a18e0fcc7a440b Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 8 Jan 2026 15:25:41 +0000 Subject: [PATCH 1/2] 1.4.0 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88d31baa..30e1d0a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.0] + +### Uncategorized + +- ci: improve setup -e2e-env for iOS ([#197](https://github.com/MetaMask/github-tools/pull/197)) +- Simplify fallback value on error in skip merge queue action ([#194](https://github.com/MetaMask/github-tools/pull/194)) + ## [1.3.0] ### Added @@ -70,7 +77,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.3.0...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.4.0...HEAD +[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 [1.1.4]: https://github.com/MetaMask/github-tools/compare/v1.1.3...v1.1.4 diff --git a/package.json b/package.json index 4c6287ae..0fcebdf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.3.0", + "version": "1.4.0", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From 36eb9037f1678ac2ac2df17acd1d0ac29d241031 Mon Sep 17 00:00:00 2001 From: cmd-ob Date: Thu, 8 Jan 2026 15:44:13 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30e1d0a0..3fd02698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.4.0] -### Uncategorized +### Changed -- ci: improve setup -e2e-env for iOS ([#197](https://github.com/MetaMask/github-tools/pull/197)) -- Simplify fallback value on error in skip merge queue action ([#194](https://github.com/MetaMask/github-tools/pull/194)) +- Updated setup-e2e-env action for iOS builds by adding CocoaPods specs caching and enabling Yarn global cache ([#197](https://github.com/MetaMask/github-tools/pull/197)) ## [1.3.0]