From bd7da4b6e425c2fd3734312bbb94a04e2e7925f4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 23:27:23 +0000 Subject: [PATCH] chore: release 2.3.3 (#225) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- samples/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a356df..2701c0b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/phishing-protection?activeTab=versions +### [2.3.3](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.3.2...v2.3.3) (2021-01-07) + + +### Bug Fixes + +* check for fetch on window ([6d3eef2](https://www.github.com/googleapis/nodejs-phishing-protection/commit/6d3eef2af1fdce2bc34682d1f1364f4935d36885)) + ### [2.3.2](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.3.1...v2.3.2) (2020-11-12) diff --git a/package.json b/package.json index c4866e6f..6b3c7f75 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "repository": "googleapis/nodejs-phishing-protection", "name": "@google-cloud/phishing-protection", - "version": "2.3.2", + "version": "2.3.3", "author": "Google LLC", "description": "Phishing Protection API client for Node.js", "main": "build/src/index.js", diff --git a/samples/package.json b/samples/package.json index a96849b7..60205c30 100644 --- a/samples/package.json +++ b/samples/package.json @@ -13,7 +13,7 @@ "test": "mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/phishing-protection": "^2.3.2" + "@google-cloud/phishing-protection": "^2.3.3" }, "devDependencies": { "chai": "^4.2.0",