Skip to content

Commit 25448e8

Browse files
chore: release 2.0.1 (#145)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 0afc7fc commit 25448e8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

packages/google-cloud-phishingprotection/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.0.1](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.0.0...v2.0.1) (2020-06-04)
8+
9+
10+
### Bug Fixes
11+
12+
* regenerate unit tests ([#144](https://www.github.com/googleapis/nodejs-phishing-protection/issues/144)) ([04040e7](https://www.github.com/googleapis/nodejs-phishing-protection/commit/04040e7ad95097e91239b16fca19be2ec8198dae))
13+
* synth.py clean up for multiple version ([#146](https://www.github.com/googleapis/nodejs-phishing-protection/issues/146)) ([fb742da](https://www.github.com/googleapis/nodejs-phishing-protection/commit/fb742da98a4dfce28925b3cc0c903da0df816fab))
14+
715
## [2.0.0](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v1.7.0...v2.0.0) (2020-04-14)
816

917

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.0.0",
4+
"version": "2.0.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

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

0 commit comments

Comments
 (0)