Skip to content

Commit 54ed62d

Browse files
github-actions[bot]github-actionschristopherferreira9
authored
1.5.0 (#216)
* 1.5.0 * update chagelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Christopher Ferreira <christopher.ferreira@consensys.net>
1 parent ae9cfd4 commit 54ed62d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.5.0]
11+
1012
### Added
1113

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

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+
1425
## [1.4.4]
1526

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

111-
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.4.4...HEAD
122+
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.5.0...HEAD
123+
[1.5.0]: https://github.com/MetaMask/github-tools/compare/v1.4.4...v1.5.0
112124
[1.4.4]: https://github.com/MetaMask/github-tools/compare/v1.4.3...v1.4.4
113125
[1.4.3]: https://github.com/MetaMask/github-tools/compare/v1.4.2...v1.4.3
114126
[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.4",
3+
"version": "1.5.0",
44
"private": true,
55
"description": "Tools for interacting with the GitHub API to do metrics gathering",
66
"repository": {

0 commit comments

Comments
 (0)