Skip to content

Commit 26bff79

Browse files
github-actions[bot]github-actionsQbandev
authored
1.1.0 (#176)
* 1.1.0 --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Jorge Carrasco <[email protected]>
1 parent b6c804c commit 26bff79

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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.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": {

0 commit comments

Comments
 (0)