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

Commit b0b5ad7

Browse files
chore(main): release 3.3.0 (#731)
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>
1 parent 596abed commit b0b5ad7

5 files changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG.md

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

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

7+
## [3.3.0](https://github.com/googleapis/nodejs-compute/compare/v3.2.1...v3.3.0) (2022-06-06)
8+
9+
10+
### Features
11+
12+
* Update Compute Engine API to revision 20220526 ([#722](https://github.com/googleapis/nodejs-compute/issues/722)) ([#736](https://github.com/googleapis/nodejs-compute/issues/736)) ([11713af](https://github.com/googleapis/nodejs-compute/commit/11713af4b429bf2111ef9a2961f6389dca38a777))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** update dependency google-gax to v3 ([#727](https://github.com/googleapis/nodejs-compute/issues/727)) ([b856cbd](https://github.com/googleapis/nodejs-compute/commit/b856cbdf4d7440826173e8ceabe50556daada3ed))
18+
* fixes for dynamic routing and streaming descriptors ([#733](https://github.com/googleapis/nodejs-compute/issues/733)) ([a10255d](https://github.com/googleapis/nodejs-compute/commit/a10255d3422f9c452648add0bb4fbc477cb2d949))
19+
720
### [3.2.1](https://github.com/googleapis/nodejs-compute/compare/v3.2.0...v3.2.1) (2022-05-09)
821

922

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.2.1",
4+
"version": "3.3.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.2.1",
4+
"version": "3.3.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.2.1",
4+
"version": "3.3.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"test": "mocha test --timeout 1200000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/compute": "^3.2.1",
17+
"@google-cloud/compute": "^3.3.0",
1818
"@sendgrid/mail": "^7.0.0",
1919
"nodemailer": "^6.0.0",
2020
"nodemailer-smtp-transport": "^2.7.4"
2121
},
2222
"devDependencies": {
23-
"@google-cloud/storage": "^6.0.0",
23+
"@google-cloud/storage": "^5.8.5",
2424
"chai": "^4.2.0",
2525
"mocha": "^8.0.0",
2626
"proxyquire": "^2.0.1",

0 commit comments

Comments
 (0)