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

Commit 3068f60

Browse files
chore: release 2.5.0 (#336)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4187b70 commit 3068f60

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.5.0](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.4.7...v2.5.0) (2021-08-23)
8+
9+
10+
### Features
11+
12+
* turns on self-signed JWT feature flag ([#335](https://www.github.com/googleapis/nodejs-phishing-protection/issues/335)) ([4187b70](https://www.github.com/googleapis/nodejs-phishing-protection/commit/4187b706e5eb5842719cefb117c1253485a39152))
13+
714
### [2.4.7](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.4.6...v2.4.7) (2021-08-17)
815

916

package.json

Lines changed: 1 addition & 1 deletion
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.7",
4+
"version": "2.5.0",
55
"author": "Google LLC",
66
"description": "Phishing Protection API client for Node.js",
77
"main": "build/src/index.js",

samples/package.json

Lines changed: 1 addition & 1 deletion
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.7"
16+
"@google-cloud/phishing-protection": "^2.5.0"
1717
},
1818
"devDependencies": {
1919
"chai": "^4.2.0",

0 commit comments

Comments
 (0)