Skip to content

Commit f7a9ebb

Browse files
chore: release 2.1.6 (#267)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 7818c58 commit f7a9ebb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-webrisk/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/web-risk?activeTab=versions
66

7+
### [2.1.6](https://www.github.com/googleapis/nodejs-web-risk/compare/v2.1.5...v2.1.6) (2021-07-16)
8+
9+
10+
### Bug Fixes
11+
12+
* Updating WORKSPACE files to use the newest version of the Typescript generator. ([#266](https://www.github.com/googleapis/nodejs-web-risk/issues/266)) ([726ecdc](https://www.github.com/googleapis/nodejs-web-risk/commit/726ecdc38e570415556f32aa5eb437bd5e9261cf))
13+
714
### [2.1.5](https://www.github.com/googleapis/nodejs-web-risk/compare/v2.1.4...v2.1.5) (2021-07-12)
815

916

packages/google-cloud-webrisk/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-web-risk",
33
"name": "@google-cloud/web-risk",
4-
"version": "2.1.5",
4+
"version": "2.1.6",
55
"author": "Google LLC",
66
"description": "Web Risk API client for Node.js",
77
"main": "build/src/index.js",

packages/google-cloud-webrisk/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 system-test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/web-risk": "^2.1.5"
16+
"@google-cloud/web-risk": "^2.1.6"
1717
},
1818
"devDependencies": {
1919
"chai": "^4.2.0",

0 commit comments

Comments
 (0)