Skip to content

Commit

Permalink
chore: release 2.1.0 (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 12, 2021
1 parent 1263dae commit 87f5018
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-webrisk/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/web-risk?activeTab=versions

## [2.1.0](https://www.github.com/googleapis/nodejs-web-risk/compare/v2.0.3...v2.1.0) (2021-01-09)


### Features

* adds style enumeration ([#220](https://www.github.com/googleapis/nodejs-web-risk/issues/220)) ([772ff4f](https://www.github.com/googleapis/nodejs-web-risk/commit/772ff4f9be9fa6b745f96a3d6b93578741968dbe))

### [2.0.3](https://www.github.com/googleapis/nodejs-web-risk/compare/v2.0.2...v2.0.3) (2020-11-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-webrisk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repository": "googleapis/nodejs-web-risk",
"name": "@google-cloud/web-risk",
"version": "2.0.3",
"version": "2.1.0",
"author": "Google LLC",
"description": "Web Risk API client for Node.js",
"main": "build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-webrisk/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "mocha --timeout 600000 system-test/*.js"
},
"dependencies": {
"@google-cloud/web-risk": "^2.0.3"
"@google-cloud/web-risk": "^2.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 87f5018

Please sign in to comment.