From 8f7f265ffbf8e4e6d5b9df0a4c1ed7c8df53918a Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 17 Apr 2026 07:37:27 +0000 Subject: [PATCH] 1.9.0 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 496e4dcc..58856bce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.9.0] + +### Changed + +- ci: update all actions to their newest versions to solve "Node.js 20 actions are deprecated" (#234) +- test: multi label + update title (#233) +- test: MMQA-1609 - feature flag registry slack notification and create PR (#229) +- Auto-skip release validation columns from PR labels on main release tabs (#231) + ## [1.8.0] ### Added @@ -144,7 +153,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.8.0...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.9.0...HEAD +[1.9.0]: https://github.com/MetaMask/github-tools/compare/v1.8.0...v1.9.0 [1.8.0]: https://github.com/MetaMask/github-tools/compare/v1.7.1...v1.8.0 [1.7.1]: https://github.com/MetaMask/github-tools/compare/v1.7.0...v1.7.1 [1.7.0]: https://github.com/MetaMask/github-tools/compare/v1.6.0...v1.7.0 diff --git a/package.json b/package.json index c9d5372e..02e17461 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.8.0", + "version": "1.9.0", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": {