Skip to content

Commit 8d08f47

Browse files
github-actions[bot]github-actionschloeYueGudahtt
authored
1.9.3 (#248)
* 1.9.3 * edit * Update CHANGELOG.md Co-authored-by: Mark Stacey <markjstacey@gmail.com> --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: chloeYue <chloe.gao@consensys.net> Co-authored-by: chloeYue <105063779+chloeYue@users.noreply.github.com> Co-authored-by: Mark Stacey <markjstacey@gmail.com>
1 parent ed7259c commit 8d08f47

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.9.3]
11+
12+
### Fixed
13+
14+
- 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))
15+
1016
## [1.9.2]
1117

1218
### Changed
@@ -165,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
165171
- Some inputs were renamed for consistency across actions.
166172
- Bump `actions/checkout` and `actions/setup-node` to `v6` ([#173](https://github.com/MetaMask/github-tools/pull/173))
167173

168-
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.9.2...HEAD
174+
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.9.3...HEAD
175+
[1.9.3]: https://github.com/MetaMask/github-tools/compare/v1.9.2...v1.9.3
169176
[1.9.2]: https://github.com/MetaMask/github-tools/compare/v1.9.1...v1.9.2
170177
[1.9.1]: https://github.com/MetaMask/github-tools/compare/v1.9.0...v1.9.1
171178
[1.9.0]: https://github.com/MetaMask/github-tools/compare/v1.8.0...v1.9.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/github-tools",
3-
"version": "1.9.2",
3+
"version": "1.9.3",
44
"private": true,
55
"description": "Tools for interacting with the GitHub API to do metrics gathering",
66
"repository": {

0 commit comments

Comments
 (0)