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

Commit

Permalink
chore: release 1.3.2 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and bcoe committed Nov 15, 2019
1 parent 5f2f523 commit 6174166
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

### [1.3.2](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v1.3.1...v1.3.2) (2019-11-15)


### Bug Fixes

* **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))

### [1.3.1](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v1.3.0...v1.3.1) (2019-10-22)


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": "1.3.1",
"version": "1.3.2",
"author": "Google LLC",
"description": "Phishing Protection API client for Node.js",
"main": "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": "^1.3.1"
"@google-cloud/phishing-protection": "^1.3.2"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 6174166

Please sign in to comment.