Skip to content

Commit

Permalink
chore: release 2.2.0 (#192)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
release-please[bot] authored Sep 1, 2020
1 parent 2c07249 commit 1cd2a54
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/google-cloud-phishingprotection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [2.2.0](https://github.com/googleapis/nodejs-phishing-protection/compare/v2.1.1...v2.2.0) (2020-08-31)


### Features

* **build:** add github summary check workflow ([#179](https://github.com/googleapis/nodejs-phishing-protection/issues/179)) ([529ee95](https://github.com/googleapis/nodejs-phishing-protection/commit/529ee95b59af65b8ce4b78ad3dc436e838bee6d5))


### Bug Fixes

* modify apiCall ([#193](https://github.com/googleapis/nodejs-phishing-protection/issues/193)) ([8270582](https://github.com/googleapis/nodejs-phishing-protection/commit/82705827fe107c2f52bcd9ec599466152476cff8))

### [2.1.1](https://github.com/googleapis/nodejs-phishing-protection/compare/v2.1.0...v2.1.1) (2020-07-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-phishingprotection/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repository": "googleapis/nodejs-phishing-protection",
"name": "@google-cloud/phishing-protection",
"version": "2.1.1",
"version": "2.2.0",
"author": "Google LLC",
"description": "Phishing Protection API client for Node.js",
"main": "build/src/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/phishing-protection": "^2.1.1"
"@google-cloud/phishing-protection": "^2.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 1cd2a54

Please sign in to comment.