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 Dec 19, 2024
1 parent 8a5cb86 commit 6e25252
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"gax": "4.5.0",
"gax": "4.6.0",
"tools": "0.4.6",
"logging-utils": "0.0.0"
"logging-utils": "1.0.0"
}
8 changes: 8 additions & 0 deletions gax/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

[1]: https://www.npmjs.com/package/gax-nodejs?activeTab=versions

## [4.6.0](https://github.com/googleapis/gax-nodejs/compare/google-gax-v4.5.0...google-gax-v4.6.0) (2024-12-19)


### Features

* add error check for null response from API ([#1681](https://github.com/googleapis/gax-nodejs/issues/1681)) ([bdfef64](https://github.com/googleapis/gax-nodejs/commit/bdfef6465f2d0e23952a9d5499f27d4607e748cd))
* add helpful warnings on paged calls ([#1668](https://github.com/googleapis/gax-nodejs/issues/1668)) ([9efaf46](https://github.com/googleapis/gax-nodejs/commit/9efaf46e21edc6b5e31f5a0d2d674eedc15846d1))

## [4.5.0](https://github.com/googleapis/gax-nodejs/compare/google-gax-v4.4.1...google-gax-v4.5.0) (2024-10-25)


Expand Down
2 changes: 1 addition & 1 deletion gax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-gax",
"version": "4.5.0",
"version": "4.6.0",
"description": "Google API Extensions",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion gax/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"*.js"
],
"dependencies": {
"google-gax": "^4.5.0"
"google-gax": "^4.6.0"
},
"devDependencies": {
"c8": "^9.0.0",
Expand Down
8 changes: 8 additions & 0 deletions logging-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-12-19)


### Features

* add adhoc debug logger package ([#1669](https://github.com/googleapis/gax-nodejs/issues/1669)) ([8a5cb86](https://github.com/googleapis/gax-nodejs/commit/8a5cb861ff653fdb03b6546ff086dd8354c1a25b))
2 changes: 1 addition & 1 deletion logging-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-logging-utils",
"version": "0.0.3",
"version": "1.0.0",
"description": "A debug logger package for other Google libraries",
"main": "build/src/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion logging-utils/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"node": ">=14"
},
"dependencies": {
"google-logging-utils": "0.0.2"
"google-logging-utils": "^1.0.0"
},
"devDependencies": {
"@google-cloud/typeless-sample-bot": "^2.1.0",
Expand Down

0 comments on commit 6e25252

Please sign in to comment.