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

Commit 6174166

Browse files
release-please[bot]Benjamin E. Coe
authored andcommitted
chore: release 1.3.2 (#53)
1 parent 5f2f523 commit 6174166

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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.3.2](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v1.3.1...v1.3.2) (2019-11-15)
8+
9+
10+
### Bug Fixes
11+
12+
* **docs:** snippets are now replaced in jsdoc comments ([#52](https://www.github.com/googleapis/nodejs-phishing-protection/issues/52)) ([b53e568](https://www.github.com/googleapis/nodejs-phishing-protection/commit/b53e568715e9755c717c0ac9d32926ffc612f381))
13+
714
### [1.3.1](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v1.3.0...v1.3.1) (2019-10-22)
815

916

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.3.1",
4+
"version": "1.3.2",
55
"author": "Google LLC",
66
"description": "Phishing Protection API client for Node.js",
77
"main": "src/index.js",

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

0 commit comments

Comments
 (0)