diff --git a/CHANGELOG.md b/CHANGELOG.md index c61074ab..0e729f33 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.9.3] + +### Fixed + +- fix: fix `release-branch-sync` failure when there are too many open PRs more recent than the release PR ([#247](https://github.com/MetaMask/github-tools/pull/247)) + ## [1.9.2] ### Changed @@ -165,7 +171,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.9.2...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.9.3...HEAD +[1.9.3]: https://github.com/MetaMask/github-tools/compare/v1.9.2...v1.9.3 [1.9.2]: https://github.com/MetaMask/github-tools/compare/v1.9.1...v1.9.2 [1.9.1]: https://github.com/MetaMask/github-tools/compare/v1.9.0...v1.9.1 [1.9.0]: https://github.com/MetaMask/github-tools/compare/v1.8.0...v1.9.0 diff --git a/package.json b/package.json index ad2573ba..a84a9f26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.9.2", + "version": "1.9.3", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": {