Skip to content

Commit 5fab756

Browse files
chore: release 2.6.0 (#275)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b4e51ef commit 5fab756

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

packages/google-devtools-cloudbuild/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.6.0](https://www.github.com/googleapis/nodejs-cloudbuild/compare/v2.5.0...v2.6.0) (2021-08-25)
4+
5+
6+
### Features
7+
8+
* add script field to BuildStep message ([#273](https://www.github.com/googleapis/nodejs-cloudbuild/issues/273)) ([b91fb68](https://www.github.com/googleapis/nodejs-cloudbuild/commit/b91fb68748dbc0ddafde776eaaf81f211102a3b2))
9+
* Update cloudbuild proto with the service_account for BYOSA Triggers. ([#274](https://www.github.com/googleapis/nodejs-cloudbuild/issues/274)) ([0ad4f9b](https://www.github.com/googleapis/nodejs-cloudbuild/commit/0ad4f9b9646a66ab6a5a91ddbbf7c8644c17317c))
10+
311
## [2.5.0](https://www.github.com/googleapis/nodejs-cloudbuild/compare/v2.4.0...v2.5.0) (2021-08-23)
412

513

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": "2.5.0",
4+
"version": "2.6.0",
55
"author": "Google LLC",
66
"description": "Cloud Build API client for Node.js",
77
"main": "build/src/index.js",

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": "^2.5.0"
18+
"@google-cloud/cloudbuild": "^2.6.0"
1919
},
2020
"devDependencies": {
2121
"c8": "^7.0.0",

0 commit comments

Comments
 (0)