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

chore(main): release 3.5.0 #776

Merged
merged 2 commits into from
Sep 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions 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 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 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