From a6f57919a66681a76a00bd023f8a3cc16c0f9e18 Mon Sep 17 00:00:00 2001 From: Pavel Dvorkin Date: Wed, 3 Dec 2025 12:00:31 -0500 Subject: [PATCH 1/3] INFRA-3180: Update to new release 1.1.2 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ec4eab..473d993a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.2] + +### Added + + - INFRA-3000: Ability to merge Version Bump PRs with comment by @XxdpavelxX in https://github.com/MetaMask/github-tools/pull/179 + +### Changed + + - INFRA-3180: Update team json file for commits.csv during create release pr by @XxdpavelxX in https://github.com/MetaMask/github-tools/pull/180 + + ## [1.1.0] ### Added diff --git a/package.json b/package.json index 23a45966..2aae301b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.1.0", + "version": "1.1.2", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From 2f766307a572ef22eeed9337c7cc7533b376419c Mon Sep 17 00:00:00 2001 From: Pavel Dvorkin Date: Wed, 3 Dec 2025 12:54:40 -0500 Subject: [PATCH 2/3] INFRA-3180: Update to new release 1.1.2 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 473d993a..fa3a6501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,11 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - - INFRA-3000: Ability to merge Version Bump PRs with comment by @XxdpavelxX in https://github.com/MetaMask/github-tools/pull/179 + - Added ability to merge Version Bump PRs with PR comment ([#179](https://github.com/MetaMask/github-tools/pull/179)) ### Changed - - INFRA-3180: Update team json file for commits.csv during create release pr by @XxdpavelxX in https://github.com/MetaMask/github-tools/pull/180 + - Update team json file for commits.csv during create release pr ([#180](https://github.com/MetaMask/github-tools/pull/180)) ## [1.1.0] From a52029c8287cee7f3f2273768fa7e98afa85f22d Mon Sep 17 00:00:00 2001 From: Pavel Dvorkin Date: Wed, 3 Dec 2025 13:04:02 -0500 Subject: [PATCH 3/3] INFRA-3180: Update to new release 1.1.2 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa3a6501..2d561c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,11 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - - Added ability to merge Version Bump PRs with PR comment ([#179](https://github.com/MetaMask/github-tools/pull/179)) + - Adds ability to merge Version Bump PRs with PR comment ([#179](https://github.com/MetaMask/github-tools/pull/179)) ### Changed - - Update team json file for commits.csv during create release pr ([#180](https://github.com/MetaMask/github-tools/pull/180)) + - Update to use topology.json instead of old teams.json for commits.csv during create release pr ([#180](https://github.com/MetaMask/github-tools/pull/180)) ## [1.1.0]