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

Commit f054cc2

Browse files
chore(main): release 3.0.0 (#326)
* chore(main): release 3.0.0 * 🦉 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 596e5c2 commit f054cc2

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/googleapis/nodejs-cloudbuild/compare/v2.6.0...v3.0.0) (2022-05-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update library to use Node 12 (#325)
9+
10+
### Build System
11+
12+
* update library to use Node 12 ([#325](https://github.com/googleapis/nodejs-cloudbuild/issues/325)) ([596e5c2](https://github.com/googleapis/nodejs-cloudbuild/commit/596e5c21bc21c1d74fecb4cb7eb887561e1598f8))
13+
314
## [2.6.0](https://www.github.com/googleapis/nodejs-cloudbuild/compare/v2.5.0...v2.6.0) (2021-08-25)
415

516

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

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": "2.6.0",
4+
"version": "3.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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

0 commit comments

Comments
 (0)