File tree 3 files changed +9
-2
lines changed
packages/google-devtools-cloudbuild
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.2.0] ( https://www.github.com/googleapis/nodejs-cloudbuild/compare/v2.1.0...v2.2.0 ) (2021-04-16)
4
+
5
+
6
+ ### Features
7
+
8
+ * Add fields for Pub/Sub triggers ([ #211 ] ( https://www.github.com/googleapis/nodejs-cloudbuild/issues/211 ) ) ([ 0cbc740] ( https://www.github.com/googleapis/nodejs-cloudbuild/commit/0cbc740e7306388104a5a71c412732ac1c097528 ) )
9
+
3
10
## [ 2.1.0] ( https://www.github.com/googleapis/nodejs-cloudbuild/compare/v2.0.6...v2.1.0 ) (2021-04-01)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"repository" : " googleapis/nodejs-cloudbuild" ,
3
3
"name" : " @google-cloud/cloudbuild" ,
4
- "version" : " 2.1 .0" ,
4
+ "version" : " 2.2 .0" ,
5
5
"author" : " Google LLC" ,
6
6
"description" : " Cloud Build API client for Node.js" ,
7
7
"main" : " build/src/index.js" ,
Original file line number Diff line number Diff line change 15
15
"test" : " c8 mocha system-test --timeout=800000"
16
16
},
17
17
"dependencies" : {
18
- "@google-cloud/cloudbuild" : " ^2.1 .0"
18
+ "@google-cloud/cloudbuild" : " ^2.2 .0"
19
19
},
20
20
"devDependencies" : {
21
21
"c8" : " ^7.0.0" ,
You can’t perform that action at this time.
0 commit comments