Skip to content

Commit 023065d

Browse files
Revert "1.4.5 (#214)"
This reverts commit 729c983.
1 parent 729c983 commit 023065d

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [1.4.5]
11-
1210
### Added
1311

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

16-
### Changed
17-
18-
- chore: removes restore-keys from yarn install to prevent cache pollution ([#213](https://github.com/MetaMask/github-tools/pull/213))
19-
- feat: updated replay balance tracker workflow to run at 11:53 and 23:53 ([#212](https://github.com/MetaMask/github-tools/pull/212))
20-
21-
### Fixed
22-
23-
- fix: create_pr_if_not_exists check for closed/merged branches too ([#208](https://github.com/MetaMask/github-tools/pull/208))
24-
2514
## [1.4.4]
2615

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

122-
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.4.5...HEAD
123-
[1.4.5]: https://github.com/MetaMask/github-tools/compare/v1.4.4...v1.4.5
111+
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.4.4...HEAD
124112
[1.4.4]: https://github.com/MetaMask/github-tools/compare/v1.4.3...v1.4.4
125113
[1.4.3]: https://github.com/MetaMask/github-tools/compare/v1.4.2...v1.4.3
126114
[1.4.2]: https://github.com/MetaMask/github-tools/compare/v1.4.1...v1.4.2

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.4.5",
3+
"version": "1.4.4",
44
"private": true,
55
"description": "Tools for interacting with the GitHub API to do metrics gathering",
66
"repository": {

0 commit comments

Comments
 (0)