From dfc8cc7a79b658c549c3816d937bd03affd88f21 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 18 May 2026 17:59:45 +0000 Subject: [PATCH 1/2] 1.9.4 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e729f33..d079f369 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.9.4] + +### Uncategorized + +- fix: drop deleted bitrise.yml from stable-sync preserve list ([#251](https://github.com/MetaMask/github-tools/pull/251)) +- ci: fix the announce-release Slack post ([#250](https://github.com/MetaMask/github-tools/pull/250)) + ## [1.9.3] ### Fixed @@ -171,7 +178,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.3...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.9.4...HEAD +[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 [1.9.1]: https://github.com/MetaMask/github-tools/compare/v1.9.0...v1.9.1 diff --git a/package.json b/package.json index a84a9f26..d370f517 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.9.3", + "version": "1.9.4", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From afc82da207a7810b1b7fe8c6c7c23d7e77be219f Mon Sep 17 00:00:00 2001 From: chloeYue Date: Mon, 18 May 2026 20:01:19 +0200 Subject: [PATCH 2/2] edit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d079f369..5507b133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.9.4] -### Uncategorized +### Fixed - fix: drop deleted bitrise.yml from stable-sync preserve list ([#251](https://github.com/MetaMask/github-tools/pull/251)) - ci: fix the announce-release Slack post ([#250](https://github.com/MetaMask/github-tools/pull/250))