From 92c0bca58a1ad9e6bf3c909dd5e713aa5456bac2 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 20:48:13 +0000 Subject: [PATCH] chore(main): release 7.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- samples/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b4b8c..031349c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ [1]: https://www.npmjs.com/package/@google/repo?activeTab=versions +## [7.0.0](https://github.com/googleapis/github-repo-automation/compare/v6.2.0...v7.0.0) (2023-08-10) + + +### ⚠ BREAKING CHANGES + +* upgrade to Node 14 ([#647](https://github.com/googleapis/github-repo-automation/issues/647)) + +### Miscellaneous Chores + +* Upgrade to Node 14 ([#647](https://github.com/googleapis/github-repo-automation/issues/647)) ([119377f](https://github.com/googleapis/github-repo-automation/commit/119377fdb37549eaa8a53efada7dce0f54cfb32b)) + ## [6.2.0](https://github.com/googleapis/github-repo-automation/compare/v6.1.3...v6.2.0) (2023-03-29) diff --git a/package.json b/package.json index c353bd8..fc612b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google/repo", - "version": "6.2.0", + "version": "7.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 1e7c14a..10f0cba 100644 --- a/samples/package.json +++ b/samples/package.json @@ -14,7 +14,7 @@ "test": "mocha system-test" }, "dependencies": { - "@google/repo": "^6.2.0" + "@google/repo": "^7.0.0" }, "devDependencies": { "mocha": "^8.0.0"