Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit e57947e

Browse files
chore(main): release 6.0.0 (#612)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 47834fe commit e57947e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

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

7+
## [6.0.0](https://github.com/googleapis/github-repo-automation/compare/v5.0.0...v6.0.0) (2022-07-27)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* ESM, drop API, drop Node 12 support (#611)
13+
14+
### Bug Fixes
15+
16+
* 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))
17+
718
## [5.0.0](https://github.com/googleapis/github-repo-automation/compare/v4.8.1...v5.0.0) (2022-05-19)
819

920

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google/repo",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"repository": "googleapis/github-repo-automation",
55
"description": "A tool for automating multiple GitHub repositories.",
66
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha system-test"
1515
},
1616
"dependencies": {
17-
"@google/repo": "^5.0.0"
17+
"@google/repo": "^6.0.0"
1818
},
1919
"devDependencies": {
2020
"mocha": "^8.0.0"

0 commit comments

Comments
 (0)