Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.5]

### Added

- Add workflow **post-relay-subsidy-balance** to post Relay subsidy balance reports to Slack ([#211](https://github.com/MetaMask/github-tools/pull/211))

### Changed

- chore: removes restore-keys from yarn install to prevent cache pollution ([#213](https://github.com/MetaMask/github-tools/pull/213))
- feat: updated replay balance tracker workflow to run at 11:53 and 23:53 ([#212](https://github.com/MetaMask/github-tools/pull/212))

### Fixed

- fix: create_pr_if_not_exists check for closed/merged branches too ([#208](https://github.com/MetaMask/github-tools/pull/208))

## [1.4.4]

### Changed
Expand Down Expand Up @@ -119,8 +108,7 @@ 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.4.5...HEAD
[1.4.5]: https://github.com/MetaMask/github-tools/compare/v1.4.4...v1.4.5
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.4.4...HEAD
[1.4.4]: https://github.com/MetaMask/github-tools/compare/v1.4.3...v1.4.4
[1.4.3]: https://github.com/MetaMask/github-tools/compare/v1.4.2...v1.4.3
[1.4.2]: https://github.com/MetaMask/github-tools/compare/v1.4.1...v1.4.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/github-tools",
"version": "1.4.5",
"version": "1.4.4",
"private": true,
"description": "Tools for interacting with the GitHub API to do metrics gathering",
"repository": {
Expand Down
Loading