From 0f56ddacd95f35a124664574faec9dee5e2e427a Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 14 Sep 2026 09:54:25 +0000 Subject: [PATCH] 1.18.3 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4e59b5c..2b5984d0 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.18.3] + +### 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.18.3...HEAD +[1.18.3]: https://github.com/MetaMask/github-tools/compare/v1.18.2...v1.18.3 [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..662c023e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.18.2", + "version": "1.18.3", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": {