Skip to content

Commit f17820b

Browse files
chore: release 1.7.0 (#109)
🤖 I have created a release \*beep\* \*boop\* --- ## [1.7.0](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v1.6.0...v1.7.0) (2020-03-06) ### Features * deferred client initialization ([#108](https://www.github.com/googleapis/nodejs-phishing-protection/issues/108)) ([1552963](https://www.github.com/googleapis/nodejs-phishing-protection/commit/1552963ecd210fa5a50abe17f95bf343d502cc3a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
1 parent d0c06ce commit f17820b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-phishingprotection/CHANGELOG.md

+7
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+
## [1.7.0](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v1.6.0...v1.7.0) (2020-03-06)
8+
9+
10+
### Features
11+
12+
* deferred client initialization ([#108](https://www.github.com/googleapis/nodejs-phishing-protection/issues/108)) ([1552963](https://www.github.com/googleapis/nodejs-phishing-protection/commit/1552963ecd210fa5a50abe17f95bf343d502cc3a))
13+
714
## [1.6.0](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v1.5.1...v1.6.0) (2020-02-28)
815

916

packages/google-cloud-phishingprotection/package.json

+1-1
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": "1.6.0",
4+
"version": "1.7.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

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

0 commit comments

Comments
 (0)