From 8e4a7978f7e311c63b9bd710ff70328963ddde73 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 24 Jun 2026 13:06:00 +0000 Subject: [PATCH] 1.13.1 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a576286..5ba9cd98 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.13.1] + +### Uncategorized + +- every sync into a given release branch reuses the same branch ([#264](https://github.com/MetaMask/github-tools/pull/264)) +- accept release ota branch ([#263](https://github.com/MetaMask/github-tools/pull/263)) +- feat(actions): add unified Playwright test health reporting for extension and mobile ([#262](https://github.com/MetaMask/github-tools/pull/262)) + ## [1.13.0] ### Added @@ -206,7 +214,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.13.0...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.13.1...HEAD +[1.13.1]: https://github.com/MetaMask/github-tools/compare/v1.13.0...v1.13.1 [1.13.0]: https://github.com/MetaMask/github-tools/compare/v1.12.0...v1.13.0 [1.12.0]: https://github.com/MetaMask/github-tools/compare/v1.11.0...v1.12.0 [1.11.0]: https://github.com/MetaMask/github-tools/compare/v1.10.0...v1.11.0 diff --git a/package.json b/package.json index e4047a20..5698b46a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.13.0", + "version": "1.13.1", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": {