From b02672d657a1ad62711c7f013bf1ff135fb1d89f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2020 01:12:54 +0000 Subject: [PATCH] chore: release 4.0.2 (#429) :robot: I have created a release \*beep\* \*boop\* --- ### [4.0.2](https://www.github.com/googleapis/github-repo-automation/compare/v4.0.1...v4.0.2) (2020-07-09) ### Bug Fixes * typeo in nodejs .gitattribute ([#428](https://www.github.com/googleapis/github-repo-automation/issues/428)) ([caaeb16](https://www.github.com/googleapis/github-repo-automation/commit/caaeb163fcbee6b0241a82a9bac8cf90f8718e2a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). --- CHANGELOG.md | 7 +++++++ package.json | 2 +- samples/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8df7a5..2f05796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google/repo?activeTab=versions +### [4.0.2](https://www.github.com/googleapis/github-repo-automation/compare/v4.0.1...v4.0.2) (2020-07-09) + + +### Bug Fixes + +* typeo in nodejs .gitattribute ([#428](https://www.github.com/googleapis/github-repo-automation/issues/428)) ([caaeb16](https://www.github.com/googleapis/github-repo-automation/commit/caaeb163fcbee6b0241a82a9bac8cf90f8718e2a)) + ### [4.0.1](https://www.github.com/googleapis/github-repo-automation/compare/v4.0.0...v4.0.1) (2020-07-01) diff --git a/package.json b/package.json index be58812..3be396f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google/repo", - "version": "4.0.1", + "version": "4.0.2", "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 8f24a45..e94b116 100644 --- a/samples/package.json +++ b/samples/package.json @@ -14,7 +14,7 @@ "test": "mocha system-test" }, "dependencies": { - "@google/repo": "^4.0.1" + "@google/repo": "^4.0.2" }, "devDependencies": { "mocha": "^8.0.0"