Skip to content
Merged

1.7.0 #221

Show file tree
Hide file tree
Changes from all commits
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
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.7.0]

### Changed

- chore: get latest ruby versions and sets the default ruby version to 3.2.9 ([#220](https://github.com/MetaMask/github-tools/pull/220))
- Improve `merge-approved-pr` action with `merge-method` and `verify-version-bump` inputs, and harden bash inputs as env vars ([#201](https://github.com/MetaMask/github-tools/pull/201))

## [1.6.0]

### Changed
Expand Down Expand Up @@ -125,7 +132,8 @@ 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.6.0...HEAD
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.7.0...HEAD
[1.7.0]: https://github.com/MetaMask/github-tools/compare/v1.6.0...v1.7.0
[1.6.0]: https://github.com/MetaMask/github-tools/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/MetaMask/github-tools/compare/v1.4.4...v1.5.0
[1.4.4]: https://github.com/MetaMask/github-tools/compare/v1.4.3...v1.4.4
Expand Down
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.6.0",
"version": "1.7.0",
"private": true,
"description": "Tools for interacting with the GitHub API to do metrics gathering",
"repository": {
Expand Down
Loading