Skip to content

Commit ab8b31e

Browse files
chore: release main
1 parent c3738d6 commit ab8b31e

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "150.0.1",
2+
".": "150.0.2",
33
"src/apis/abusiveexperiencereport": "2.0.1",
44
"src/apis/acceleratedmobilepageurl": "2.0.1",
55
"src/apis/accesscontextmanager": "10.0.1",

CHANGELOG.md

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

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

7+
## [150.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v150.0.1...googleapis-v150.0.2) (2025-06-05)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** update dependency nconf to ^0.13.0 ([e22fe57](https://github.com/googleapis/google-api-nodejs-client/commit/e22fe57d79a49b9bff426309f2fa5035eb5d8767))
13+
714
## [150.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v150.0.0...googleapis-v150.0.1) (2025-06-04)
815

916

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": "150.0.1",
3+
"version": "150.0.2",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"dependencies": {
1919
"@google-cloud/local-auth": "^3.0.0",
2020
"express": "^4.17.1",
21-
"googleapis": "^150.0.1",
21+
"googleapis": "^150.0.2",
2222
"googleapis-common": "^8.0.2-rc.0",
23-
"nconf": "^0.13.0",
23+
"nconf": "^0.12.0",
2424
"open": "^8.0.0",
2525
"server-destroy": "^1.0.1",
2626
"uuid": "^10.0.0"

0 commit comments

Comments
 (0)