From fb21669227f518e4fb76676182f89f4e26453102 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 16 Jul 2021 12:51:35 -0700 Subject: [PATCH] chore: release 2.4.6 (#327) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- 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 aa46d6c8..6a1d4e82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/phishing-protection?activeTab=versions +### [2.4.6](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.4.5...v2.4.6) (2021-07-16) + + +### Bug Fixes + +* Updating WORKSPACE files to use the newest version of the Typescript generator. ([#326](https://www.github.com/googleapis/nodejs-phishing-protection/issues/326)) ([729ef44](https://www.github.com/googleapis/nodejs-phishing-protection/commit/729ef44c3f353c5c7b173df9bf4b6b8da065ef42)) + ### [2.4.5](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.4.4...v2.4.5) (2021-06-22) diff --git a/package.json b/package.json index 75440bae..b510b8b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "repository": "googleapis/nodejs-phishing-protection", "name": "@google-cloud/phishing-protection", - "version": "2.4.5", + "version": "2.4.6", "author": "Google LLC", "description": "Phishing Protection API client for Node.js", "main": "build/src/index.js", diff --git a/samples/package.json b/samples/package.json index 30c6825e..b60a5348 100644 --- a/samples/package.json +++ b/samples/package.json @@ -13,7 +13,7 @@ "test": "mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/phishing-protection": "^2.4.5" + "@google-cloud/phishing-protection": "^2.4.6" }, "devDependencies": { "chai": "^4.2.0",