diff --git a/packages/google-cloud-phishingprotection/CHANGELOG.md b/packages/google-cloud-phishingprotection/CHANGELOG.md index 874d1414224..c3d7d6a3762 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.1.1](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.1.0...v2.1.1) (2020-07-06) + + +### Bug Fixes + +* update node issue template ([#156](https://www.github.com/googleapis/nodejs-phishing-protection/issues/156)) ([e8104f1](https://www.github.com/googleapis/nodejs-phishing-protection/commit/e8104f1cd9b350e6c3c1c3f37842bb2cb5e1448c)) + ## [2.1.0](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.0.1...v2.1.0) (2020-06-15) diff --git a/packages/google-cloud-phishingprotection/package.json b/packages/google-cloud-phishingprotection/package.json index 05bd99efbd7..be2fb5c28be 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.1.0", + "version": "2.1.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 dc3bdbc5159..d0803f19c56 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.1.0" + "@google-cloud/phishing-protection": "^2.1.1" }, "devDependencies": { "chai": "^4.2.0",