diff --git a/CHANGELOG.md b/CHANGELOG.md index 71684a6d..5712581a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.17.0] + ### Fixed -- Prefer manually added team labels (or `external-contributor`) over topology lookup in `add-team-label` +- Prefer manually added team labels (or `external-contributor`) over topology lookup in `add-team-label` ([#272](https://github.com/MetaMask/github-tools/pull/272)) +- pass github-token to primary checkout in stable-sync action ([#276](https://github.com/MetaMask/github-tools/pull/276)) +- normalize Slack blob links in Playwright test health report ([#274](https://github.com/MetaMask/github-tools/pull/274)) +- removed schedule trigger from post-relay-subsidy-balance ([#271](https://github.com/MetaMask/github-tools/pull/271)) ## [1.16.0] @@ -234,7 +239,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.16.0...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.17.0...HEAD +[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 [1.14.0]: https://github.com/MetaMask/github-tools/compare/v1.13.0...v1.14.0 diff --git a/package.json b/package.json index 7ee3e9e9..7dc72bdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.16.0", + "version": "1.17.0", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": {