Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 15870db

Browse files
1 parent a3e6fa0 commit 15870db

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/phishing-protection?activeTab=versions
66

7+
### [2.4.5](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.4.4...v2.4.5) (2021-06-22)
8+
9+
10+
### Bug Fixes
11+
12+
* make request optional in all cases ([#320](https://www.github.com/googleapis/nodejs-phishing-protection/issues/320)) ([a3e6fa0](https://www.github.com/googleapis/nodejs-phishing-protection/commit/a3e6fa03485bb63eea70243554aa9c636b725bcd))
13+
714
### [2.4.4](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.4.3...v2.4.4) (2021-06-16)
815

916

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repository": "googleapis/nodejs-phishing-protection",
33
"name": "@google-cloud/phishing-protection",
4-
"version": "2.4.4",
4+
"version": "2.4.5",
55
"author": "Google LLC",
66
"description": "Phishing Protection API client for Node.js",
77
"main": "build/src/index.js",

samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/phishing-protection": "^2.4.4"
16+
"@google-cloud/phishing-protection": "^2.4.5"
1717
},
1818
"devDependencies": {
1919
"chai": "^4.2.0",

0 commit comments

Comments
 (0)