Skip to content

Commit a7aa59d

Browse files
chore: release main
1 parent f453603 commit a7aa59d

File tree

24 files changed

+104
-13
lines changed

24 files changed

+104
-13
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
44

55
[1]: https://www.npmjs.com/package/googleapis?activeTab=versions
66

7+
## [133.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v133.0.0...googleapis-v133.1.0) (2024-02-08)
8+
9+
10+
### Features
11+
12+
* **androidpublisher:** update the API ([e4b9a48](https://github.com/googleapis/google-api-nodejs-client/commit/e4b9a484eb7bf65bad64e7c21c05034c54b5466a))
13+
* **composer:** update the API ([079615e](https://github.com/googleapis/google-api-nodejs-client/commit/079615eea24e9233d5226dbad40c2bce666c2486))
14+
* **compute:** update the API ([38e7737](https://github.com/googleapis/google-api-nodejs-client/commit/38e7737b08d06863fdcd39a29f11dcba07f5937f))
15+
* **dataform:** update the API ([3b30605](https://github.com/googleapis/google-api-nodejs-client/commit/3b306058e8313f53f4f287fce8141026e74e336a))
16+
* regenerate index files ([f453603](https://github.com/googleapis/google-api-nodejs-client/commit/f453603e5a2ccd4d90e18b7dff93352aaaf273f4))
17+
* **testing:** update the API ([a188b41](https://github.com/googleapis/google-api-nodejs-client/commit/a188b418786bbd7fdc1f6750a4e8562765766db9))
18+
19+
20+
### Bug Fixes
21+
22+
* **bigquerydatatransfer:** update the API ([05c5eb7](https://github.com/googleapis/google-api-nodejs-client/commit/05c5eb7ff55cb70828fc8457f3f58bf8d2150145))
23+
* **cloudidentity:** update the API ([f35c89f](https://github.com/googleapis/google-api-nodejs-client/commit/f35c89f62bf0faa103541994af9d6b1413539d0f))
24+
* **cloudtasks:** update the API ([1415619](https://github.com/googleapis/google-api-nodejs-client/commit/14156190b636aa45ebd4a78d273017963ea97ac1))
25+
* **networkconnectivity:** update the API ([55a5a31](https://github.com/googleapis/google-api-nodejs-client/commit/55a5a31890bfea6165d3149d53723935c21a938b))
26+
* **notebooks:** update the API ([c0cafa8](https://github.com/googleapis/google-api-nodejs-client/commit/c0cafa8d4174dafcd9faf141fae2ee5c75aec8c6))
27+
728
## [133.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v132.0.0...googleapis-v133.0.0) (2024-02-07)
829

930

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "googleapis",
3-
"version": "133.0.0",
3+
"version": "133.1.0",
44
"repository": "googleapis/google-api-nodejs-client",
55
"license": "Apache-2.0",
66
"description": "Google APIs Client Library for Node.js",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@google-cloud/local-auth": "^3.0.0",
2020
"express": "^4.17.1",
21-
"googleapis": "^133.0.0",
21+
"googleapis": "^133.1.0",
2222
"googleapis-common": "^7.0.0",
2323
"nconf": "^0.12.0",
2424
"open": "^8.0.0",

src/apis/androidpublisher/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [12.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/androidpublisher-v12.1.0...androidpublisher-v12.2.0) (2024-02-08)
4+
5+
6+
### Features
7+
8+
* **androidpublisher:** update the API ([e4b9a48](https://github.com/googleapis/google-api-nodejs-client/commit/e4b9a484eb7bf65bad64e7c21c05034c54b5466a))
9+
310
## [12.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/androidpublisher-v12.0.0...androidpublisher-v12.1.0) (2024-02-02)
411

512

src/apis/androidpublisher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/androidpublisher",
3-
"version": "12.1.0",
3+
"version": "12.2.0",
44
"description": "androidpublisher",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/bigquerydatatransfer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/googleapis/google-api-nodejs-client/compare/bigquerydatatransfer-v1.2.0...bigquerydatatransfer-v1.2.1) (2024-02-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **bigquerydatatransfer:** update the API ([05c5eb7](https://github.com/googleapis/google-api-nodejs-client/commit/05c5eb7ff55cb70828fc8457f3f58bf8d2150145))
9+
310
## [1.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/bigquerydatatransfer-v1.1.2...bigquerydatatransfer-v1.2.0) (2024-02-07)
411

512

src/apis/bigquerydatatransfer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/bigquerydatatransfer",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "bigquerydatatransfer",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/cloudidentity/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [12.2.1](https://github.com/googleapis/google-api-nodejs-client/compare/cloudidentity-v12.2.0...cloudidentity-v12.2.1) (2024-02-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **cloudidentity:** update the API ([f35c89f](https://github.com/googleapis/google-api-nodejs-client/commit/f35c89f62bf0faa103541994af9d6b1413539d0f))
9+
310
## [12.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/cloudidentity-v12.1.0...cloudidentity-v12.2.0) (2024-02-02)
411

512

src/apis/cloudidentity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/cloudidentity",
3-
"version": "12.2.0",
3+
"version": "12.2.1",
44
"description": "cloudidentity",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/cloudtasks/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [12.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/cloudtasks-v12.0.1...cloudtasks-v12.0.2) (2024-02-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **cloudtasks:** update the API ([1415619](https://github.com/googleapis/google-api-nodejs-client/commit/14156190b636aa45ebd4a78d273017963ea97ac1))
9+
310
## [12.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/cloudtasks-v12.0.0...cloudtasks-v12.0.1) (2024-02-02)
411

512

src/apis/cloudtasks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/cloudtasks",
3-
"version": "12.0.1",
3+
"version": "12.0.2",
44
"description": "cloudtasks",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/composer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/composer-v6.1.0...composer-v6.2.0) (2024-02-08)
4+
5+
6+
### Features
7+
8+
* **composer:** update the API ([079615e](https://github.com/googleapis/google-api-nodejs-client/commit/079615eea24e9233d5226dbad40c2bce666c2486))
9+
310
## [6.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/composer-v6.0.0...composer-v6.1.0) (2024-02-02)
411

512

src/apis/composer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/composer",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "composer",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/compute/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [8.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/compute-v8.1.0...compute-v8.2.0) (2024-02-08)
4+
5+
6+
### Features
7+
8+
* **compute:** update the API ([38e7737](https://github.com/googleapis/google-api-nodejs-client/commit/38e7737b08d06863fdcd39a29f11dcba07f5937f))
9+
310
## [8.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/compute-v8.0.0...compute-v8.1.0) (2024-02-07)
411

512

src/apis/compute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/compute",
3-
"version": "8.1.0",
3+
"version": "8.2.0",
44
"description": "compute",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/dataform/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/googleapis/google-api-nodejs-client/compare/dataform-v1.7.1...dataform-v1.8.0) (2024-02-08)
4+
5+
6+
### Features
7+
8+
* **dataform:** update the API ([3b30605](https://github.com/googleapis/google-api-nodejs-client/commit/3b306058e8313f53f4f287fce8141026e74e336a))
9+
310
## [1.7.1](https://github.com/googleapis/google-api-nodejs-client/compare/dataform-v1.7.0...dataform-v1.7.1) (2024-02-07)
411

512

src/apis/dataform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/dataform",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"description": "dataform",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/networkconnectivity/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/networkconnectivity-v5.0.1...networkconnectivity-v5.0.2) (2024-02-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **networkconnectivity:** update the API ([55a5a31](https://github.com/googleapis/google-api-nodejs-client/commit/55a5a31890bfea6165d3149d53723935c21a938b))
9+
310
## [5.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/networkconnectivity-v5.0.0...networkconnectivity-v5.0.1) (2024-02-02)
411

512

src/apis/networkconnectivity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/networkconnectivity",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "networkconnectivity",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/notebooks/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.1.2](https://github.com/googleapis/google-api-nodejs-client/compare/notebooks-v5.1.1...notebooks-v5.1.2) (2024-02-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **notebooks:** update the API ([c0cafa8](https://github.com/googleapis/google-api-nodejs-client/commit/c0cafa8d4174dafcd9faf141fae2ee5c75aec8c6))
9+
310
## [5.1.1](https://github.com/googleapis/google-api-nodejs-client/compare/notebooks-v5.1.0...notebooks-v5.1.1) (2024-02-07)
411

512

src/apis/notebooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/notebooks",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "notebooks",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/testing/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [7.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/testing-v7.0.0...testing-v7.1.0) (2024-02-08)
4+
5+
6+
### Features
7+
8+
* **testing:** update the API ([a188b41](https://github.com/googleapis/google-api-nodejs-client/commit/a188b418786bbd7fdc1f6750a4e8562765766db9))
9+
310
## [7.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/testing-v6.0.0...testing-v7.0.0) (2023-11-30)
411

512

src/apis/testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/testing",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "testing",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)