Skip to content

Commit eb7ddfc

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 1.1.4 (#27)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent 152ec46 commit eb7ddfc

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

packages/google-cloud-phishingprotection/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.1.4](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v1.1.3...v1.1.4) (2019-08-26)
8+
9+
10+
### Bug Fixes
11+
12+
* include the correct version of node in a header ([#26](https://www.github.com/googleapis/nodejs-phishing-protection/issues/26)) ([430699a](https://www.github.com/googleapis/nodejs-phishing-protection/commit/430699a))
13+
714
### [1.1.3](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v1.1.2...v1.1.3) (2019-08-03)
815

916

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": "1.1.3",
4+
"version": "1.1.4",
55
"author": "Google LLC",
66
"description": "Phishing Protection API client for Node.js",
77
"main": "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": "^1.1.3"
16+
"@google-cloud/phishing-protection": "^1.1.4"
1717
},
1818
"devDependencies": {
1919
"chai": "^4.2.0",

0 commit comments

Comments
 (0)