Skip to content

Commit 1cd2a54

Browse files
chore: release 2.2.0 (#192)
* chore: updated samples/package.json [ci skip] * chore: updated CHANGELOG.md [ci skip] * chore: updated package.json Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 2c07249 commit 1cd2a54

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

packages/google-cloud-phishingprotection/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

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

7+
## [2.2.0](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.1.1...v2.2.0) (2020-08-31)
8+
9+
10+
### Features
11+
12+
* **build:** add github summary check workflow ([#179](https://www.github.com/googleapis/nodejs-phishing-protection/issues/179)) ([529ee95](https://www.github.com/googleapis/nodejs-phishing-protection/commit/529ee95b59af65b8ce4b78ad3dc436e838bee6d5))
13+
14+
15+
### Bug Fixes
16+
17+
* modify apiCall ([#193](https://www.github.com/googleapis/nodejs-phishing-protection/issues/193)) ([8270582](https://www.github.com/googleapis/nodejs-phishing-protection/commit/82705827fe107c2f52bcd9ec599466152476cff8))
18+
719
### [2.1.1](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.1.0...v2.1.1) (2020-07-06)
820

921

packages/google-cloud-phishingprotection/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.1.1",
4+
"version": "2.2.0",
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

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

0 commit comments

Comments
 (0)