diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c87679a..abe98093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/phishing-protection?activeTab=versions +## [3.0.1](https://github.com/googleapis/nodejs-phishing-protection/compare/v3.0.0...v3.0.1) (2022-06-30) + + +### Bug Fixes + +* **docs:** describe fallback rest option ([#392](https://github.com/googleapis/nodejs-phishing-protection/issues/392)) ([fa7610b](https://github.com/googleapis/nodejs-phishing-protection/commit/fa7610bb1c8efdd2ff30964e6d18eaea81591f71)) + ## [3.0.0](https://github.com/googleapis/nodejs-phishing-protection/compare/v2.5.0...v3.0.0) (2022-05-17) diff --git a/package.json b/package.json index 3058401c..238d21ed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "repository": "googleapis/nodejs-phishing-protection", "name": "@google-cloud/phishing-protection", - "version": "3.0.0", + "version": "3.0.1", "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 ddf21c1d..cecb4793 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.0", + "version": "3.0.1", "language": "TYPESCRIPT", "apis": [ { diff --git a/samples/package.json b/samples/package.json index 40bb4e3c..10eef63d 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.0" + "@google-cloud/phishing-protection": "^3.0.1" }, "devDependencies": { "chai": "^4.2.0",