Skip to content

Commit

Permalink
chore(main): release 3.5.0 (#776)
Browse files Browse the repository at this point in the history
* chore(main): release 3.5.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>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Sep 8, 2022
1 parent 0ba1525 commit 997111b
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.5.0](https://github.com/googleapis/nodejs-compute/compare/v3.4.0...v3.5.0) (2022-09-08)


### 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

* Add hashes to requirements.txt ([#1544](https://github.com/googleapis/nodejs-compute/issues/1544)) ([#782](https://github.com/googleapis/nodejs-compute/issues/782)) ([8c6b66a](https://github.com/googleapis/nodejs-compute/commit/8c6b66adbf8b476c76b8367235b7bb7cd0585f08))
* 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 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.4.0",
"version": "3.5.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.4.0",
"version": "3.5.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.4.0",
"version": "3.5.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.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 997111b

Please sign in to comment.