Skip to content

Commit

Permalink
chore(main): release 3.6.0 (#861)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people committed Nov 17, 2022
1 parent a45b0dd commit 8e59a45
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions packages/google-cloud-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

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

## [3.6.0](https://github.com/googleapis/nodejs-compute/compare/v3.5.1...v3.6.0) (2022-11-17)


### Features

* 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))


### Bug Fixes

* **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))
* update proto definitions ([64bb3e5](https://github.com/googleapis/nodejs-compute/commit/64bb3e53eb86682b08a354cca46efe84ee5fa9a8))
* Update proto definitions ([#863](https://github.com/googleapis/nodejs-compute/issues/863)) ([64bb3e5](https://github.com/googleapis/nodejs-compute/commit/64bb3e53eb86682b08a354cca46efe84ee5fa9a8))

## [3.5.1](https://github.com/googleapis/nodejs-compute/compare/v3.5.0...v3.5.1) (2022-09-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/compute",
"description": "Google Compute Engine Client Library for Node.js",
"version": "3.5.1",
"version": "3.6.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-compute",
"version": "3.5.1",
"version": "3.6.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-compute",
"version": "3.5.1",
"version": "3.6.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha test --timeout 1200000"
},
"dependencies": {
"@google-cloud/compute": "^3.5.1",
"@google-cloud/compute": "^3.6.0",
"@sendgrid/mail": "^7.0.0",
"nodemailer": "^6.0.0",
"nodemailer-smtp-transport": "^2.7.4"
Expand Down

0 comments on commit 8e59a45

Please sign in to comment.