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

Commit

Permalink
chore(main): release 3.3.0 (#731)
Browse files Browse the repository at this point in the history
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] authored Jun 6, 2022
1 parent 596abed commit b0b5ad7
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 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.3.0](https://github.com/googleapis/nodejs-compute/compare/v3.2.1...v3.3.0) (2022-06-06)


### Features

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


### Bug Fixes

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

### [3.2.1](https://github.com/googleapis/nodejs-compute/compare/v3.2.0...v3.2.1) (2022-05-09)


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.2.1",
"version": "3.3.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.2.1",
"version": "3.3.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.2.1",
"version": "3.3.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
4 changes: 2 additions & 2 deletions samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"test": "mocha test --timeout 1200000"
},
"dependencies": {
"@google-cloud/compute": "^3.2.1",
"@google-cloud/compute": "^3.3.0",
"@sendgrid/mail": "^7.0.0",
"nodemailer": "^6.0.0",
"nodemailer-smtp-transport": "^2.7.4"
},
"devDependencies": {
"@google-cloud/storage": "^6.0.0",
"@google-cloud/storage": "^5.8.5",
"chai": "^4.2.0",
"mocha": "^8.0.0",
"proxyquire": "^2.0.1",
Expand Down

0 comments on commit b0b5ad7

Please sign in to comment.