diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d922c8a..3412ec1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 165a031e..476e258c 100644 --- a/package.json +++ b/package.json @@ -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": {