Skip to content
Merged

1.1.0 #176

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
1.1.0
  • Loading branch information
github-actions committed Nov 27, 2025
commit d5df8fffef81ab63adf2f609ad51be0d19e99de7
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0]

### Uncategorized

- ci: update @metamask/auto-changelog to v5.2.0 ([#175](https://github.com/MetaMask/github-tools/pull/175))
- Infra-2925: add merging GitHub action ([#172](https://github.com/MetaMask/github-tools/pull/172))

### Changed

- Bump `@metamask/auto-changelog` from `^5.1.0` to `^5.2.0`
Expand All @@ -29,5 +36,6 @@ 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.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/MetaMask/github-tools/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/MetaMask/github-tools/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/github-tools",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"description": "Tools for interacting with the GitHub API to do metrics gathering",
"repository": {
Expand Down