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

Commit

Permalink
chore(main): release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 24, 2022
1 parent 6f56b77 commit e2b81ce
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## [3.5.0](https://github.com/googleapis/nodejs-compute/compare/v3.4.0...v3.5.0) (2022-08-24)


### Features

* Update Compute Engine API to revision 20220720 ([#723](https://github.com/googleapis/nodejs-compute/issues/723)) ([bd36f79](https://github.com/googleapis/nodejs-compute/commit/bd36f795214512d4295a346687255de1fbe2c602))


### Bug Fixes

* better support for fallback mode ([#768](https://github.com/googleapis/nodejs-compute/issues/768)) ([bd36f79](https://github.com/googleapis/nodejs-compute/commit/bd36f795214512d4295a346687255de1fbe2c602))
* update google-gax and remove obsolete deps ([#1545](https://github.com/googleapis/nodejs-compute/issues/1545)) ([#775](https://github.com/googleapis/nodejs-compute/issues/775)) ([6f56b77](https://github.com/googleapis/nodejs-compute/commit/6f56b773ddee4a22e9f2bc6cab4460764033cc28))

## [3.4.0](https://github.com/googleapis/nodejs-compute/compare/v3.3.0...v3.4.0) (2022-07-04)


Expand Down
2 changes: 1 addition & 1 deletion 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.4.0",
"version": "3.5.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0",
"@google-cloud/compute": "^3.5.0",
"@sendgrid/mail": "^7.0.0",
"nodemailer": "^6.0.0",
"nodemailer-smtp-transport": "^2.7.4"
Expand Down

0 comments on commit e2b81ce

Please sign in to comment.