Skip to content

Commit

Permalink
chore(main): release 6.0.0 (#612)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jul 27, 2022
1 parent 47834fe commit e57947e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

[1]: https://www.npmjs.com/package/@google/repo?activeTab=versions

## [6.0.0](https://github.com/googleapis/github-repo-automation/compare/v5.0.0...v6.0.0) (2022-07-27)


### ⚠ BREAKING CHANGES

* ESM, drop API, drop Node 12 support (#611)

### Bug Fixes

* ESM, drop API, drop Node 12 support ([#611](https://github.com/googleapis/github-repo-automation/issues/611)) ([47834fe](https://github.com/googleapis/github-repo-automation/commit/47834fee545f742e8fcb606e897f3a21575bfdc1))

## [5.0.0](https://github.com/googleapis/github-repo-automation/compare/v4.8.1...v5.0.0) (2022-05-19)


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": "@google/repo",
"version": "5.0.0",
"version": "6.0.0",
"repository": "googleapis/github-repo-automation",
"description": "A tool for automating multiple GitHub repositories.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha system-test"
},
"dependencies": {
"@google/repo": "^5.0.0"
"@google/repo": "^6.0.0"
},
"devDependencies": {
"mocha": "^8.0.0"
Expand Down

0 comments on commit e57947e

Please sign in to comment.