diff --git a/CHANGELOG.md b/CHANGELOG.md index e296fa71..ed68144a 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.3](https://github.com/googleapis/nodejs-phishing-protection/compare/v3.0.2...v3.0.3) (2022-09-08) + + +### Bug Fixes + +* **build:** Enable release-please for tagging releases ([e5d75ea](https://github.com/googleapis/nodejs-phishing-protection/commit/e5d75eaa69f67db2e1d905a77b8d0ffc19f25f88)) + ## [3.0.2](https://github.com/googleapis/nodejs-phishing-protection/compare/v3.0.1...v3.0.2) (2022-09-01) diff --git a/package.json b/package.json index 162c505f..4513d5dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "repository": "googleapis/nodejs-phishing-protection", "name": "@google-cloud/phishing-protection", - "version": "3.0.2", + "version": "3.0.3", "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 8a51e95e..beaeb702 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.2", + "version": "3.0.3", "language": "TYPESCRIPT", "apis": [ { diff --git a/samples/package.json b/samples/package.json index 9e1b532a..bff72940 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.2" + "@google-cloud/phishing-protection": "^3.0.3" }, "devDependencies": { "chai": "^4.2.0",