Skip to content

Commit

Permalink
chore: release 2.3.2 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Aug 16, 2021
1 parent 3e68e5e commit 95cf186
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-devtools-cloudbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [2.3.2](https://www.github.com/googleapis/nodejs-cloudbuild/compare/v2.3.1...v2.3.2) (2021-08-16)


### Bug Fixes

* **deps:** google-gax v2.24.1 ([#268](https://www.github.com/googleapis/nodejs-cloudbuild/issues/268)) ([c26f7f7](https://www.github.com/googleapis/nodejs-cloudbuild/commit/c26f7f726db4f43f3692aea4c516547abcddd0ea))

### [2.3.1](https://www.github.com/googleapis/nodejs-cloudbuild/compare/v2.3.0...v2.3.1) (2021-08-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-devtools-cloudbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repository": "googleapis/nodejs-cloudbuild",
"name": "@google-cloud/cloudbuild",
"version": "2.3.1",
"version": "2.3.2",
"author": "Google LLC",
"description": "Cloud Build API client for Node.js",
"main": "build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-devtools-cloudbuild/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "c8 mocha system-test --timeout=800000"
},
"dependencies": {
"@google-cloud/cloudbuild": "^2.3.1"
"@google-cloud/cloudbuild": "^2.3.2"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit 95cf186

Please sign in to comment.