From eb7df3992fc29b1ec2a6ee0fbb3a3b82613bcfa9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 12 Aug 2026 18:52:52 +0000 Subject: [PATCH 1/4] 1.18.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5712581a..f7fa2b32 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.0] + +### Uncategorized + +- bump: auto-changelog to 6.2.0 ([#279](https://github.com/MetaMask/github-tools/pull/279)) + ## [1.17.0] ### Fixed @@ -239,7 +245,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.17.0...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.18.0...HEAD +[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 [1.16.0]: https://github.com/MetaMask/github-tools/compare/v1.15.0...v1.16.0 [1.15.0]: https://github.com/MetaMask/github-tools/compare/v1.14.0...v1.15.0 diff --git a/package.json b/package.json index 7cf2e8c3..ee489057 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.17.0", + "version": "1.18.0", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From 8afaeb82d24ee1478bbc38cc5f52656aa6258449 Mon Sep 17 00:00:00 2001 From: Howard Braham Date: Wed, 12 Aug 2026 11:54:35 -0700 Subject: [PATCH 2/4] Revise changelog for version 1.18.0 Updated changelog to reflect changes in version 1.18.0. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7fa2b32..0974e5bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.18.0] -### Uncategorized +### Changed -- bump: auto-changelog to 6.2.0 ([#279](https://github.com/MetaMask/github-tools/pull/279)) +- Bumped auto-changelog to 6.2.0, and made the clients responsible for their own flags ([#279](https://github.com/MetaMask/github-tools/pull/279)) ## [1.17.0] From c4bcd4ed5c33598f415ca3e151cfb8ea578984fb Mon Sep 17 00:00:00 2001 From: Howard Braham Date: Wed, 12 Aug 2026 13:29:29 -0700 Subject: [PATCH 3/4] Added #281 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0974e5bb..c67d630e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Bumped auto-changelog to 6.2.0, and made the clients responsible for their own flags ([#279](https://github.com/MetaMask/github-tools/pull/279)) +- Restored backwards compatibility for auto-changelog ([#281](https://github.com/MetaMask/github-tools/pull/281)) ## [1.17.0] From 535fde4b57f6c94883e3ed60b5c7d07165cfcdd1 Mon Sep 17 00:00:00 2001 From: Howard Braham Date: Wed, 12 Aug 2026 13:54:29 -0700 Subject: [PATCH 4/4] just mention that we bumped the dependency Co-authored-by: Elliot Winkler --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c67d630e..441fb4fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bumped auto-changelog to 6.2.0, and made the clients responsible for their own flags ([#279](https://github.com/MetaMask/github-tools/pull/279)) -- Restored backwards compatibility for auto-changelog ([#281](https://github.com/MetaMask/github-tools/pull/281)) +- Bump `@metamask/auto-changelog` to `^6.2.0` ([#279](https://github.com/MetaMask/github-tools/pull/279), [#281](https://github.com/MetaMask/github-tools/pull/281)) ## [1.17.0]