From 026aa49125800dba231811e5e2d301c6821081c5 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 19:36:20 +0000 Subject: [PATCH] chore: release 2.4.5 (#321) :robot: I have created a release \*beep\* \*boop\* --- ### [2.4.5](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.4.4...v2.4.5) (2021-06-22) ### Bug Fixes * make request optional in all cases ([#320](https://www.github.com/googleapis/nodejs-phishing-protection/issues/320)) ([a3e6fa0](https://www.github.com/googleapis/nodejs-phishing-protection/commit/a3e6fa03485bb63eea70243554aa9c636b725bcd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- packages/google-cloud-phishingprotection/CHANGELOG.md | 7 +++++++ packages/google-cloud-phishingprotection/package.json | 2 +- .../google-cloud-phishingprotection/samples/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-phishingprotection/CHANGELOG.md b/packages/google-cloud-phishingprotection/CHANGELOG.md index cbd6e03694a..aa46d6c8d18 100644 --- a/packages/google-cloud-phishingprotection/CHANGELOG.md +++ b/packages/google-cloud-phishingprotection/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/phishing-protection?activeTab=versions +### [2.4.5](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.4.4...v2.4.5) (2021-06-22) + + +### Bug Fixes + +* make request optional in all cases ([#320](https://www.github.com/googleapis/nodejs-phishing-protection/issues/320)) ([a3e6fa0](https://www.github.com/googleapis/nodejs-phishing-protection/commit/a3e6fa03485bb63eea70243554aa9c636b725bcd)) + ### [2.4.4](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.4.3...v2.4.4) (2021-06-16) diff --git a/packages/google-cloud-phishingprotection/package.json b/packages/google-cloud-phishingprotection/package.json index a8ec19c9d4b..75440bae77d 100644 --- a/packages/google-cloud-phishingprotection/package.json +++ b/packages/google-cloud-phishingprotection/package.json @@ -1,7 +1,7 @@ { "repository": "googleapis/nodejs-phishing-protection", "name": "@google-cloud/phishing-protection", - "version": "2.4.4", + "version": "2.4.5", "author": "Google LLC", "description": "Phishing Protection API client for Node.js", "main": "build/src/index.js", diff --git a/packages/google-cloud-phishingprotection/samples/package.json b/packages/google-cloud-phishingprotection/samples/package.json index a5a08b6dbf6..30c6825e1e7 100644 --- a/packages/google-cloud-phishingprotection/samples/package.json +++ b/packages/google-cloud-phishingprotection/samples/package.json @@ -13,7 +13,7 @@ "test": "mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/phishing-protection": "^2.4.4" + "@google-cloud/phishing-protection": "^2.4.5" }, "devDependencies": { "chai": "^4.2.0",