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

Commit

Permalink
chore: release 2.4.2 (#299)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored May 25, 2021
1 parent ea669a8 commit e209593
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

### [2.4.2](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.4.1...v2.4.2) (2021-05-25)


### Bug Fixes

* GoogleAdsError missing using generator version after 1.3.0 ([#298](https://www.github.com/googleapis/nodejs-phishing-protection/issues/298)) ([ea669a8](https://www.github.com/googleapis/nodejs-phishing-protection/commit/ea669a8485c1744dd61fa83774ca39bdfcff5a07))

### [2.4.1](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.4.0...v2.4.1) (2021-05-12)


Expand Down
2 changes: 1 addition & 1 deletion 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.4.1",
"version": "2.4.2",
"author": "Google LLC",
"description": "Phishing Protection API client for Node.js",
"main": "build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
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.4.1"
"@google-cloud/phishing-protection": "^2.4.2"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit e209593

Please sign in to comment.