Skip to content

Commit 9c117a0

Browse files
chore(main): release 3.1.2 (#345)
* chore(main): release 3.1.2 * 🦉 Updates from OwlBot post-processor 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>
1 parent d6749dc commit 9c117a0

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

packages/google-devtools-cloudbuild/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.1.2](https://github.com/googleapis/nodejs-cloudbuild/compare/v3.1.1...v3.1.2) (2022-09-22)
4+
5+
6+
### Bug Fixes
7+
8+
* Preserve default values in x-goog-request-params header ([#344](https://github.com/googleapis/nodejs-cloudbuild/issues/344)) ([004810d](https://github.com/googleapis/nodejs-cloudbuild/commit/004810d748249c000e8df308b70c03097e65fc25))
9+
310
## [3.1.1](https://github.com/googleapis/nodejs-cloudbuild/compare/v3.1.0...v3.1.1) (2022-09-01)
411

512

packages/google-devtools-cloudbuild/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repository": "googleapis/nodejs-cloudbuild",
33
"name": "@google-cloud/cloudbuild",
4-
"version": "3.1.1",
4+
"version": "3.1.2",
55
"author": "Google LLC",
66
"description": "Cloud Build API client for Node.js",
77
"main": "build/src/index.js",

packages/google-devtools-cloudbuild/samples/generated/v1/snippet_metadata.google.devtools.cloudbuild.v1.json

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

packages/google-devtools-cloudbuild/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "c8 mocha system-test --timeout=800000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/cloudbuild": "^3.1.1"
18+
"@google-cloud/cloudbuild": "^3.1.2"
1919
},
2020
"devDependencies": {
2121
"c8": "^7.0.0",

0 commit comments

Comments
 (0)