diff --git a/CHANGELOG.md b/CHANGELOG.md index 40763fd6..7f810b43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.3] + +### Changed + +- add chore items to release tracker ([#206](https://github.com/MetaMask/github-tools/pull/206)) + +### Fixed + +- fix: consolidate release scripts and shared git utilities ([#195](https://github.com/MetaMask/github-tools/pull/195)) + ## [1.4.2] ### Fixed @@ -88,7 +98,8 @@ 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.2...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.4.3...HEAD +[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 [1.4.1]: https://github.com/MetaMask/github-tools/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/MetaMask/github-tools/compare/v1.3.0...v1.4.0 diff --git a/package.json b/package.json index 32479e84..3d66cbef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.4.2", + "version": "1.4.3", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": {