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

Commit

Permalink
chore(main): release 3.2.1 (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 9, 2022
1 parent 945bb61 commit ceac8f2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
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

0 comments on commit ceac8f2

Please sign in to comment.