File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.1.0]
11+
12+ ### Added
13+
14+ - Add merging GitHub action ([ #172 ] ( https://github.com/MetaMask/github-tools/pull/172 ) )
15+
1016### Changed
1117
12- - Bump ` @metamask/auto-changelog ` from ` ^5.1.0 ` to ` ^5.2.0 `
18+ - Bump ` @metamask/auto-changelog ` from ` ^5.1.0 ` to ` ^5.2.0 ` ( [ # 175 ] ( https://github.com/MetaMask/github-tools/pull/175 ) )
1319 - Adds deduplication for commits with no PR number in subject (non-"Squash & Merge" commits)
1420 - Merge commits are now deduplicated using commit body instead of the generic merge subject
1521
@@ -29,5 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2935 - Some inputs were renamed for consistency across actions.
3036- Bump ` actions/checkout ` and ` actions/setup-node ` to ` v6 ` ([ #173 ] ( https://github.com/MetaMask/github-tools/pull/173 ) )
3137
32- [ Unreleased ] : https://github.com/MetaMask/github-tools/compare/v1.0.0...HEAD
38+ [ Unreleased ] : https://github.com/MetaMask/github-tools/compare/v1.1.0...HEAD
39+ [ 1.1.0 ] : https://github.com/MetaMask/github-tools/compare/v1.0.0...v1.1.0
3340[ 1.0.0 ] : https://github.com/MetaMask/github-tools/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/github-tools" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
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