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

Commit e4dc071

Browse files
release-please[bot]gcf-owl-bot[bot]sofisl
authored
chore(main): release 3.6.0 (#861)
* chore(main): release 3.6.0 * 🦉 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> Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
1 parent 5ab3e6f commit e4dc071

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

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

7+
## [3.6.0](https://github.com/googleapis/nodejs-compute/compare/v3.5.1...v3.6.0) (2022-11-17)
8+
9+
10+
### Features
11+
12+
* Update Compute Engine API to revision 20221011 ([#736](https://github.com/googleapis/nodejs-compute/issues/736)) ([#856](https://github.com/googleapis/nodejs-compute/issues/856)) ([2c5e8e6](https://github.com/googleapis/nodejs-compute/commit/2c5e8e64153358161538a8f7366f760c03faa833))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** Use google-gax v3.5.2 ([#859](https://github.com/googleapis/nodejs-compute/issues/859)) ([6a1d0d6](https://github.com/googleapis/nodejs-compute/commit/6a1d0d60f75fed5c824278d977ba7513f580450c))
18+
* update proto definitions ([64bb3e5](https://github.com/googleapis/nodejs-compute/commit/64bb3e53eb86682b08a354cca46efe84ee5fa9a8))
19+
* Update proto definitions ([#863](https://github.com/googleapis/nodejs-compute/issues/863)) ([64bb3e5](https://github.com/googleapis/nodejs-compute/commit/64bb3e53eb86682b08a354cca46efe84ee5fa9a8))
20+
721
## [3.5.1](https://github.com/googleapis/nodejs-compute/compare/v3.5.0...v3.5.1) (2022-09-22)
822

923

package.json

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "3.6.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

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

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

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

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

samples/package.json

Lines changed: 1 addition & 1 deletion
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.1",
17+
"@google-cloud/compute": "^3.6.0",
1818
"@sendgrid/mail": "^7.0.0",
1919
"nodemailer": "^6.0.0",
2020
"nodemailer-smtp-transport": "^2.7.4"

0 commit comments

Comments
 (0)