From 697a9a8c03f753be6ee42f225f2f6d0bcce0c1a9 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 18:05:06 -0400 Subject: [PATCH] chore(main): release 3.0.2 (#404) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(main): release 3.0.2 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- ...adata.google.cloud.phishingprotection.v1beta1.json | 2 +- samples/package.json | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abe98093..e296fa71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ [1]: https://www.npmjs.com/package/@google-cloud/phishing-protection?activeTab=versions +## [3.0.2](https://github.com/googleapis/nodejs-phishing-protection/compare/v3.0.1...v3.0.2) (2022-09-01) + + +### Bug Fixes + +* Allow passing gax instance to client constructor ([#407](https://github.com/googleapis/nodejs-phishing-protection/issues/407)) ([33e1faa](https://github.com/googleapis/nodejs-phishing-protection/commit/33e1faa0ca2408612796e491f20ab15e25c96bc6)) +* Better support for fallback mode ([#402](https://github.com/googleapis/nodejs-phishing-protection/issues/402)) ([9490c72](https://github.com/googleapis/nodejs-phishing-protection/commit/9490c7233ab25fd4cae6379cf283be6b955f424b)) +* Change import long to require ([#403](https://github.com/googleapis/nodejs-phishing-protection/issues/403)) ([5ff8e2f](https://github.com/googleapis/nodejs-phishing-protection/commit/5ff8e2f645a224a5aac6319bd4347ab6af8494b4)) +* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-phishing-protection/issues/1553)) ([#406](https://github.com/googleapis/nodejs-phishing-protection/issues/406)) ([54ef38f](https://github.com/googleapis/nodejs-phishing-protection/commit/54ef38f0c9ce81bdaf4ac22faf579de80917bc82)) +* Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-phishing-protection/issues/1546)) ([#405](https://github.com/googleapis/nodejs-phishing-protection/issues/405)) ([5347c0e](https://github.com/googleapis/nodejs-phishing-protection/commit/5347c0e94fa416c201c424a719d2cf607d31a3e5)) + ## [3.0.1](https://github.com/googleapis/nodejs-phishing-protection/compare/v3.0.0...v3.0.1) (2022-06-30) diff --git a/package.json b/package.json index f1479f41..162c505f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "repository": "googleapis/nodejs-phishing-protection", "name": "@google-cloud/phishing-protection", - "version": "3.0.1", + "version": "3.0.2", "author": "Google LLC", "description": "Phishing Protection API client for Node.js", "main": "build/src/index.js", diff --git a/samples/generated/v1beta1/snippet_metadata.google.cloud.phishingprotection.v1beta1.json b/samples/generated/v1beta1/snippet_metadata.google.cloud.phishingprotection.v1beta1.json index 08a6166e..8a51e95e 100644 --- a/samples/generated/v1beta1/snippet_metadata.google.cloud.phishingprotection.v1beta1.json +++ b/samples/generated/v1beta1/snippet_metadata.google.cloud.phishingprotection.v1beta1.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "nodejs-phishingprotection", - "version": "3.0.1", + "version": "3.0.2", "language": "TYPESCRIPT", "apis": [ { diff --git a/samples/package.json b/samples/package.json index 10eef63d..9e1b532a 100644 --- a/samples/package.json +++ b/samples/package.json @@ -13,7 +13,7 @@ "test": "mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/phishing-protection": "^3.0.1" + "@google-cloud/phishing-protection": "^3.0.2" }, "devDependencies": { "chai": "^4.2.0",