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

chore(main): release 3.2.1 #713

Merged
merged 2 commits into from
May 9, 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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

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

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


### Bug Fixes

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

## [3.2.0](https://github.com/googleapis/nodejs-compute/compare/v3.1.2...v3.2.0) (2022-04-12)


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.0",
"version": "3.2.1",
"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.0",
"version": "3.2.1",
"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.0",
"version": "3.2.1",
"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.2.0",
"@google-cloud/compute": "^3.2.1",
"@sendgrid/mail": "^7.0.0",
"nodemailer": "^6.0.0",
"nodemailer-smtp-transport": "^2.7.4"
Expand Down