From 5800da54cd97c597dea5f74889fbc85a117ef7f5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 2 Sep 2026 16:42:32 +0000 Subject: [PATCH 1/2] 1.18.2 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1034c96..20ceb3a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.18.2] + +### Uncategorized + +- Move #283 under Unreleased ([#287](https://github.com/MetaMask/github-tools/pull/287)) + ### Fixed - Count changed lines in `pr-line-check` from the pull request files API, so the count always reflects the pull request's current base branch ([#273](https://github.com/MetaMask/github-tools/pull/273)) @@ -257,7 +263,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.1...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.18.2...HEAD +[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 [1.17.0]: https://github.com/MetaMask/github-tools/compare/v1.16.0...v1.17.0 diff --git a/package.json b/package.json index 63418a5f..41f0ee3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.18.1", + "version": "1.18.2", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From 01b60e2767bf024b8c08a79177bf4547431d4d71 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Wed, 2 Sep 2026 14:17:27 -0230 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20ceb3a5..a4e59b5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.18.2] -### Uncategorized - -- Move #283 under Unreleased ([#287](https://github.com/MetaMask/github-tools/pull/287)) - ### Fixed - Count changed lines in `pr-line-check` from the pull request files API, so the count always reflects the pull request's current base branch ([#273](https://github.com/MetaMask/github-tools/pull/273))