Skip to content

Commit d7cadde

Browse files
github-actions[bot]github-actionschloeYue
authored
1.4.3 (#207)
* 1.4.3 * Update CHANGELOG.md --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: chloeYue <chloe.gao@consensys.net>
1 parent 6f6a234 commit d7cadde

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.4.3]
11+
12+
### Changed
13+
14+
- add chore items to release tracker ([#206](https://github.com/MetaMask/github-tools/pull/206))
15+
16+
### Fixed
17+
18+
- fix: consolidate release scripts and shared git utilities ([#195](https://github.com/MetaMask/github-tools/pull/195))
19+
1020
## [1.4.2]
1121

1222
### Fixed
@@ -88,7 +98,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8898
- Some inputs were renamed for consistency across actions.
8999
- Bump `actions/checkout` and `actions/setup-node` to `v6` ([#173](https://github.com/MetaMask/github-tools/pull/173))
90100

91-
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.4.2...HEAD
101+
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.4.3...HEAD
102+
[1.4.3]: https://github.com/MetaMask/github-tools/compare/v1.4.2...v1.4.3
92103
[1.4.2]: https://github.com/MetaMask/github-tools/compare/v1.4.1...v1.4.2
93104
[1.4.1]: https://github.com/MetaMask/github-tools/compare/v1.4.0...v1.4.1
94105
[1.4.0]: https://github.com/MetaMask/github-tools/compare/v1.3.0...v1.4.0

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

0 commit comments

Comments
 (0)