Skip to content

Commit f99498b

Browse files
chore: release 2.4.1 (#289)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4500294 commit f99498b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

packages/google-cloud-phishingprotection/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

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

7+
### [2.4.1](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.4.0...v2.4.1) (2021-05-12)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** require google-gax v2.12.0 ([#288](https://www.github.com/googleapis/nodejs-phishing-protection/issues/288)) ([cc7cbcd](https://www.github.com/googleapis/nodejs-phishing-protection/commit/cc7cbcd44ffce28a7471a663b38c59af050d5a03))
13+
* use require() to load JSON protos ([#291](https://www.github.com/googleapis/nodejs-phishing-protection/issues/291)) ([d7273f7](https://www.github.com/googleapis/nodejs-phishing-protection/commit/d7273f733e729df389fe409b55ae6df98255c3e4))
14+
715
## [2.4.0](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.3.3...v2.4.0) (2021-01-09)
816

917

packages/google-cloud-phishingprotection/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.0",
4+
"version": "2.4.1",
55
"author": "Google LLC",
66
"description": "Phishing Protection API client for Node.js",
77
"main": "build/src/index.js",

packages/google-cloud-phishingprotection/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.0"
16+
"@google-cloud/phishing-protection": "^2.4.1"
1717
},
1818
"devDependencies": {
1919
"chai": "^4.2.0",

0 commit comments

Comments
 (0)