Skip to content

Commit

Permalink
chore(main): release 3.1.1 (#339)
Browse files Browse the repository at this point in the history
* chore(main): release 3.1.1

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Aug 26, 2022
1 parent 053640a commit 8e94e87
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions packages/google-cloud-webrisk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

[1]: https://www.npmjs.com/package/@google-cloud/web-risk?activeTab=versions

## [3.1.1](https://github.com/googleapis/nodejs-web-risk/compare/v3.1.0...v3.1.1) (2022-08-23)


### Bug Fixes

* better support for fallback mode ([#337](https://github.com/googleapis/nodejs-web-risk/issues/337)) ([2da1386](https://github.com/googleapis/nodejs-web-risk/commit/2da138691740b8ef1264613346587839a52d083b))
* change import long to require ([#338](https://github.com/googleapis/nodejs-web-risk/issues/338)) ([50a0a67](https://github.com/googleapis/nodejs-web-risk/commit/50a0a672ffbb9b5e0cda7dc1a53e51c31b20684a))
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-web-risk/issues/1546)) ([#340](https://github.com/googleapis/nodejs-web-risk/issues/340)) ([0a19105](https://github.com/googleapis/nodejs-web-risk/commit/0a1910579ee8bf97a5b0ea20d05a39fc933d7eac))

## [3.1.0](https://github.com/googleapis/nodejs-web-risk/compare/v3.0.0...v3.1.0) (2022-06-29)


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": "3.1.0",
"version": "3.1.1",
"author": "Google LLC",
"description": "Web Risk API client for Node.js",
"main": "build/src/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-webrisk",
"version": "3.1.0",
"version": "3.1.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-webrisk",
"version": "3.1.0",
"version": "3.1.1",
"language": "TYPESCRIPT",
"apis": [
{
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": "^3.1.0"
"@google-cloud/web-risk": "^3.1.1"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 8e94e87

Please sign in to comment.