diff --git a/CHANGELOG.md b/CHANGELOG.md index 603b2d9a..f6a4ae1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 03b0a46d..c8fc414e 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/samples/package.json b/samples/package.json index 51c3f971..6f8acbe3 100644 --- a/samples/package.json +++ b/samples/package.json @@ -14,7 +14,7 @@ "test": "mocha system-test" }, "dependencies": { - "@google/repo": "^5.0.0" + "@google/repo": "^6.0.0" }, "devDependencies": { "mocha": "^8.0.0"