Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 8, 2024
1 parent f453603 commit a7aa59d
Show file tree
Hide file tree
Showing 24 changed files with 104 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@

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

## [133.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v133.0.0...googleapis-v133.1.0) (2024-02-08)


### Features

* **androidpublisher:** update the API ([e4b9a48](https://github.com/googleapis/google-api-nodejs-client/commit/e4b9a484eb7bf65bad64e7c21c05034c54b5466a))
* **composer:** update the API ([079615e](https://github.com/googleapis/google-api-nodejs-client/commit/079615eea24e9233d5226dbad40c2bce666c2486))
* **compute:** update the API ([38e7737](https://github.com/googleapis/google-api-nodejs-client/commit/38e7737b08d06863fdcd39a29f11dcba07f5937f))
* **dataform:** update the API ([3b30605](https://github.com/googleapis/google-api-nodejs-client/commit/3b306058e8313f53f4f287fce8141026e74e336a))
* regenerate index files ([f453603](https://github.com/googleapis/google-api-nodejs-client/commit/f453603e5a2ccd4d90e18b7dff93352aaaf273f4))
* **testing:** update the API ([a188b41](https://github.com/googleapis/google-api-nodejs-client/commit/a188b418786bbd7fdc1f6750a4e8562765766db9))


### Bug Fixes

* **bigquerydatatransfer:** update the API ([05c5eb7](https://github.com/googleapis/google-api-nodejs-client/commit/05c5eb7ff55cb70828fc8457f3f58bf8d2150145))
* **cloudidentity:** update the API ([f35c89f](https://github.com/googleapis/google-api-nodejs-client/commit/f35c89f62bf0faa103541994af9d6b1413539d0f))
* **cloudtasks:** update the API ([1415619](https://github.com/googleapis/google-api-nodejs-client/commit/14156190b636aa45ebd4a78d273017963ea97ac1))
* **networkconnectivity:** update the API ([55a5a31](https://github.com/googleapis/google-api-nodejs-client/commit/55a5a31890bfea6165d3149d53723935c21a938b))
* **notebooks:** update the API ([c0cafa8](https://github.com/googleapis/google-api-nodejs-client/commit/c0cafa8d4174dafcd9faf141fae2ee5c75aec8c6))

## [133.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v132.0.0...googleapis-v133.0.0) (2024-02-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "googleapis",
"version": "133.0.0",
"version": "133.1.0",
"repository": "googleapis/google-api-nodejs-client",
"license": "Apache-2.0",
"description": "Google APIs Client Library for Node.js",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@google-cloud/local-auth": "^3.0.0",
"express": "^4.17.1",
"googleapis": "^133.0.0",
"googleapis": "^133.1.0",
"googleapis-common": "^7.0.0",
"nconf": "^0.12.0",
"open": "^8.0.0",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/androidpublisher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [12.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/androidpublisher-v12.1.0...androidpublisher-v12.2.0) (2024-02-08)


### Features

* **androidpublisher:** update the API ([e4b9a48](https://github.com/googleapis/google-api-nodejs-client/commit/e4b9a484eb7bf65bad64e7c21c05034c54b5466a))

## [12.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/androidpublisher-v12.0.0...androidpublisher-v12.1.0) (2024-02-02)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/androidpublisher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/androidpublisher",
"version": "12.1.0",
"version": "12.2.0",
"description": "androidpublisher",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/bigquerydatatransfer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.1](https://github.com/googleapis/google-api-nodejs-client/compare/bigquerydatatransfer-v1.2.0...bigquerydatatransfer-v1.2.1) (2024-02-08)


### Bug Fixes

* **bigquerydatatransfer:** update the API ([05c5eb7](https://github.com/googleapis/google-api-nodejs-client/commit/05c5eb7ff55cb70828fc8457f3f58bf8d2150145))

## [1.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/bigquerydatatransfer-v1.1.2...bigquerydatatransfer-v1.2.0) (2024-02-07)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/bigquerydatatransfer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/bigquerydatatransfer",
"version": "1.2.0",
"version": "1.2.1",
"description": "bigquerydatatransfer",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/cloudidentity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [12.2.1](https://github.com/googleapis/google-api-nodejs-client/compare/cloudidentity-v12.2.0...cloudidentity-v12.2.1) (2024-02-08)


### Bug Fixes

* **cloudidentity:** update the API ([f35c89f](https://github.com/googleapis/google-api-nodejs-client/commit/f35c89f62bf0faa103541994af9d6b1413539d0f))

## [12.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/cloudidentity-v12.1.0...cloudidentity-v12.2.0) (2024-02-02)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudidentity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/cloudidentity",
"version": "12.2.0",
"version": "12.2.1",
"description": "cloudidentity",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/cloudtasks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [12.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/cloudtasks-v12.0.1...cloudtasks-v12.0.2) (2024-02-08)


### Bug Fixes

* **cloudtasks:** update the API ([1415619](https://github.com/googleapis/google-api-nodejs-client/commit/14156190b636aa45ebd4a78d273017963ea97ac1))

## [12.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/cloudtasks-v12.0.0...cloudtasks-v12.0.1) (2024-02-02)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudtasks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/cloudtasks",
"version": "12.0.1",
"version": "12.0.2",
"description": "cloudtasks",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/composer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [6.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/composer-v6.1.0...composer-v6.2.0) (2024-02-08)


### Features

* **composer:** update the API ([079615e](https://github.com/googleapis/google-api-nodejs-client/commit/079615eea24e9233d5226dbad40c2bce666c2486))

## [6.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/composer-v6.0.0...composer-v6.1.0) (2024-02-02)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/composer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/composer",
"version": "6.1.0",
"version": "6.2.0",
"description": "composer",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [8.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/compute-v8.1.0...compute-v8.2.0) (2024-02-08)


### Features

* **compute:** update the API ([38e7737](https://github.com/googleapis/google-api-nodejs-client/commit/38e7737b08d06863fdcd39a29f11dcba07f5937f))

## [8.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/compute-v8.0.0...compute-v8.1.0) (2024-02-07)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/compute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/compute",
"version": "8.1.0",
"version": "8.2.0",
"description": "compute",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/dataform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.8.0](https://github.com/googleapis/google-api-nodejs-client/compare/dataform-v1.7.1...dataform-v1.8.0) (2024-02-08)


### Features

* **dataform:** update the API ([3b30605](https://github.com/googleapis/google-api-nodejs-client/commit/3b306058e8313f53f4f287fce8141026e74e336a))

## [1.7.1](https://github.com/googleapis/google-api-nodejs-client/compare/dataform-v1.7.0...dataform-v1.7.1) (2024-02-07)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/dataform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/dataform",
"version": "1.7.1",
"version": "1.8.0",
"description": "dataform",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/networkconnectivity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/networkconnectivity-v5.0.1...networkconnectivity-v5.0.2) (2024-02-08)


### Bug Fixes

* **networkconnectivity:** update the API ([55a5a31](https://github.com/googleapis/google-api-nodejs-client/commit/55a5a31890bfea6165d3149d53723935c21a938b))

## [5.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/networkconnectivity-v5.0.0...networkconnectivity-v5.0.1) (2024-02-02)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/networkconnectivity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/networkconnectivity",
"version": "5.0.1",
"version": "5.0.2",
"description": "networkconnectivity",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/notebooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.1.2](https://github.com/googleapis/google-api-nodejs-client/compare/notebooks-v5.1.1...notebooks-v5.1.2) (2024-02-08)


### Bug Fixes

* **notebooks:** update the API ([c0cafa8](https://github.com/googleapis/google-api-nodejs-client/commit/c0cafa8d4174dafcd9faf141fae2ee5c75aec8c6))

## [5.1.1](https://github.com/googleapis/google-api-nodejs-client/compare/notebooks-v5.1.0...notebooks-v5.1.1) (2024-02-07)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/notebooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/notebooks",
"version": "5.1.1",
"version": "5.1.2",
"description": "notebooks",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [7.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/testing-v7.0.0...testing-v7.1.0) (2024-02-08)


### Features

* **testing:** update the API ([a188b41](https://github.com/googleapis/google-api-nodejs-client/commit/a188b418786bbd7fdc1f6750a4e8562765766db9))

## [7.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/testing-v6.0.0...testing-v7.0.0) (2023-11-30)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/testing",
"version": "7.0.0",
"version": "7.1.0",
"description": "testing",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit a7aa59d

Please sign in to comment.