From dccf3cd06abcb2cb099d4fa30105a92fdba9058f Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 14 Sep 2026 09:57:16 +0000 Subject: [PATCH 1/2] 1.19.0 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4e59b5c..82a83de0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.19.0] + +### Uncategorized + +- Fix publish-preview to target only workspaces when adding resolutions ([#290](https://github.com/MetaMask/github-tools/pull/290)) +- Include `src` in preview build artifacts ([#291](https://github.com/MetaMask/github-tools/pull/291)) +- test: tag @metamask-qa-team in feature flag drift Slack noti ([#289](https://github.com/MetaMask/github-tools/pull/289)) + ## [1.18.2] ### Fixed @@ -259,7 +267,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.18.2...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.19.0...HEAD +[1.19.0]: https://github.com/MetaMask/github-tools/compare/v1.18.2...v1.19.0 [1.18.2]: https://github.com/MetaMask/github-tools/compare/v1.18.1...v1.18.2 [1.18.1]: https://github.com/MetaMask/github-tools/compare/v1.18.0...v1.18.1 [1.18.0]: https://github.com/MetaMask/github-tools/compare/v1.17.0...v1.18.0 diff --git a/package.json b/package.json index 41f0ee3e..4f117eaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.18.2", + "version": "1.19.0", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From 2a494b1f3779419f42f0586c4d1d227eb34c2a9f Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Mon, 14 Sep 2026 11:58:48 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a83de0..371bddbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.19.0] -### Uncategorized +### Changed + +- Tag QA team in feature flag drift Slack notification ([#289](https://github.com/MetaMask/github-tools/pull/289)) + +### Fixed -- Fix publish-preview to target only workspaces when adding resolutions ([#290](https://github.com/MetaMask/github-tools/pull/290)) -- Include `src` in preview build artifacts ([#291](https://github.com/MetaMask/github-tools/pull/291)) -- test: tag @metamask-qa-team in feature flag drift Slack noti ([#289](https://github.com/MetaMask/github-tools/pull/289)) +- Fix `publish-preview` workflow to target only workspaces when adding resolutions ([#290](https://github.com/MetaMask/github-tools/pull/290)) +- Include `src` in preview build artifacts in `publish-preview` workflow ([#291](https://github.com/MetaMask/github-tools/pull/291)) ## [1.18.2]