File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.4.2]
11+
12+ ### Fixed
13+
14+ - Remove need for fetching repository by using GitHub API in skip merge queue check ([ #204 ] ( https://github.com/MetaMask/github-tools/pull/204 ) )
15+
1016## [ 1.4.1]
1117
1218### Fixed
@@ -82,7 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8288 - Some inputs were renamed for consistency across actions.
8389- Bump ` actions/checkout ` and ` actions/setup-node ` to ` v6 ` ([ #173 ] ( https://github.com/MetaMask/github-tools/pull/173 ) )
8490
85- [ Unreleased ] : https://github.com/MetaMask/github-tools/compare/v1.4.1...HEAD
91+ [ Unreleased ] : https://github.com/MetaMask/github-tools/compare/v1.4.2...HEAD
92+ [ 1.4.2 ] : https://github.com/MetaMask/github-tools/compare/v1.4.1...v1.4.2
8693[ 1.4.1 ] : https://github.com/MetaMask/github-tools/compare/v1.4.0...v1.4.1
8794[ 1.4.0 ] : https://github.com/MetaMask/github-tools/compare/v1.3.0...v1.4.0
8895[ 1.3.0 ] : https://github.com/MetaMask/github-tools/compare/v1.2.0...v1.3.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/github-tools" ,
3- "version" : " 1.4.1 " ,
3+ "version" : " 1.4.2 " ,
44 "private" : true ,
55 "description" : " Tools for interacting with the GitHub API to do metrics gathering" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments