Skip to content

Commit a41d565

Browse files
chore(main): release 3.2.1 (#713)
1 parent b01a7e1 commit a41d565

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

packages/google-cloud-compute/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

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

7+
### [3.2.1](https://github.com/googleapis/nodejs-compute/compare/v3.2.0...v3.2.1) (2022-05-09)
8+
9+
10+
### Bug Fixes
11+
12+
* **compute:** remove proto3_optional from parent_id ([#712](https://github.com/googleapis/nodejs-compute/issues/712)) ([#712](https://github.com/googleapis/nodejs-compute/issues/712)) ([f233960](https://github.com/googleapis/nodejs-compute/commit/f2339608ffc7805aef06737c2fccf5f3ab1f2591))
13+
* **compute:** replace missing REQUIRED for parent_id ([#711](https://github.com/googleapis/nodejs-compute/issues/711)) ([f233960](https://github.com/googleapis/nodejs-compute/commit/f2339608ffc7805aef06737c2fccf5f3ab1f2591))
14+
* **compute:** revert proto3_optional, required removal on parent_id ([#714](https://github.com/googleapis/nodejs-compute/issues/714)) ([#717](https://github.com/googleapis/nodejs-compute/issues/717)) ([072a9bd](https://github.com/googleapis/nodejs-compute/commit/072a9bda71af2a08d4d6177d4e01a906812c834a))
15+
716
## [3.2.0](https://github.com/googleapis/nodejs-compute/compare/v3.1.2...v3.2.0) (2022-04-12)
817

918

packages/google-cloud-compute/package.json

+1-1
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.0",
4+
"version": "3.2.1",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-compute/samples/generated/v1/snippet_metadata.google.cloud.compute.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-compute",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-compute/samples/generated/v1small/snippet_metadata.google.cloud.compute.v1small.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-compute",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-compute/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha test --timeout 1200000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/compute": "^3.2.0",
17+
"@google-cloud/compute": "^3.2.1",
1818
"@sendgrid/mail": "^7.0.0",
1919
"nodemailer": "^6.0.0",
2020
"nodemailer-smtp-transport": "^2.7.4"

0 commit comments

Comments
 (0)