diff --git a/packages/google-cloud-phishingprotection/CHANGELOG.md b/packages/google-cloud-phishingprotection/CHANGELOG.md index f85eaef97a9..23cc9b594b4 100644 --- a/packages/google-cloud-phishingprotection/CHANGELOG.md +++ b/packages/google-cloud-phishingprotection/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/phishing-protection?activeTab=versions +### [2.3.1](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.3.0...v2.3.1) (2020-10-02) + + +### Bug Fixes + +* **build:** pass AUTORELEASE_PR variable ([#205](https://www.github.com/googleapis/nodejs-phishing-protection/issues/205)) ([70e0401](https://www.github.com/googleapis/nodejs-phishing-protection/commit/70e0401f60fc820e2c728e57e58a36e7ec7d1295)) + ## [2.3.0](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.2.0...v2.3.0) (2020-10-01) diff --git a/packages/google-cloud-phishingprotection/package.json b/packages/google-cloud-phishingprotection/package.json index 4cb7dc1f5b2..f9e64baebbe 100644 --- a/packages/google-cloud-phishingprotection/package.json +++ b/packages/google-cloud-phishingprotection/package.json @@ -1,7 +1,7 @@ { "repository": "googleapis/nodejs-phishing-protection", "name": "@google-cloud/phishing-protection", - "version": "2.3.0", + "version": "2.3.1", "author": "Google LLC", "description": "Phishing Protection API client for Node.js", "main": "build/src/index.js", diff --git a/packages/google-cloud-phishingprotection/samples/package.json b/packages/google-cloud-phishingprotection/samples/package.json index 3ba0e7409d5..925796b454c 100644 --- a/packages/google-cloud-phishingprotection/samples/package.json +++ b/packages/google-cloud-phishingprotection/samples/package.json @@ -13,7 +13,7 @@ "test": "mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/phishing-protection": "^2.3.0" + "@google-cloud/phishing-protection": "^2.3.1" }, "devDependencies": { "chai": "^4.2.0",