Skip to content

Commit 0453741

Browse files
chore(main): release 3.5.1 (#793)
* chore(main): release 3.5.1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 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>
1 parent 419d09b commit 0453741

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

packages/google-cloud-compute/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/compute?activeTab=versions
66

7+
## [3.5.1](https://github.com/googleapis/nodejs-compute/compare/v3.5.0...v3.5.1) (2022-09-22)
8+
9+
10+
### Bug Fixes
11+
12+
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-compute/issues/1553)) ([#785](https://github.com/googleapis/nodejs-compute/issues/785)) ([b036441](https://github.com/googleapis/nodejs-compute/commit/b036441828a15323ae1f8db26ad12f4366d1305d))
13+
* use google-gax v3.3.0 ([b036441](https://github.com/googleapis/nodejs-compute/commit/b036441828a15323ae1f8db26ad12f4366d1305d))
14+
715
## [3.5.0](https://github.com/googleapis/nodejs-compute/compare/v3.4.0...v3.5.0) (2022-09-08)
816

917

packages/google-cloud-compute/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/compute",
33
"description": "Google Compute Engine Client Library for Node.js",
4-
"version": "3.5.0",
4+
"version": "3.5.1",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-compute/samples/generated/v1/snippet_metadata.google.cloud.compute.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-compute",
4-
"version": "3.5.0",
4+
"version": "3.5.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-compute/samples/generated/v1small/snippet_metadata.google.cloud.compute.v1small.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-compute",
4-
"version": "3.5.0",
4+
"version": "3.5.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-compute/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha test --timeout 1200000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/compute": "^3.5.0",
17+
"@google-cloud/compute": "^3.5.1",
1818
"@sendgrid/mail": "^7.0.0",
1919
"nodemailer": "^6.0.0",
2020
"nodemailer-smtp-transport": "^2.7.4"

0 commit comments

Comments
 (0)