From fad636b1fae7a1a1245208734507e25366380216 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 14:49:20 -0700 Subject: [PATCH] chore: release 2.4.4 (#311) 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 4f5bfd5d..cbd6e036 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.4](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.4.3...v2.4.4) (2021-06-16) + + +### Bug Fixes + +* **docs:** generate docs with updated primary branch ([#310](https://www.github.com/googleapis/nodejs-phishing-protection/issues/310)) ([2218b9c](https://www.github.com/googleapis/nodejs-phishing-protection/commit/2218b9c3f3ddcf77495bb5c0442f6d8977962a80)) + ### [2.4.3](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.4.2...v2.4.3) (2021-06-16) diff --git a/package.json b/package.json index ad7abfe8..a8ec19c9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "repository": "googleapis/nodejs-phishing-protection", "name": "@google-cloud/phishing-protection", - "version": "2.4.3", + "version": "2.4.4", "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 598f4246..a5a08b6d 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.3" + "@google-cloud/phishing-protection": "^2.4.4" }, "devDependencies": { "chai": "^4.2.0",