Skip to content

Commit

Permalink
chore: release main (#1688)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Dec 20, 2024
1 parent 613d6e3 commit 591c200
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"gax": "4.6.0",
"tools": "0.4.6",
"logging-utils": "1.0.0"
"logging-utils": "1.0.1"
}
7 changes: 7 additions & 0 deletions logging-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/googleapis/gax-nodejs/compare/google-logging-utils-v1.0.0...google-logging-utils-v1.0.1) (2024-12-20)


### Bug Fixes

* actually run tests for logging, fix any problems ([#1685](https://github.com/googleapis/gax-nodejs/issues/1685)) ([613d6e3](https://github.com/googleapis/gax-nodejs/commit/613d6e3dbc838919ea13dd87fb9a2fa2bc0bcd76))

## 1.0.0 (2024-12-19)


Expand Down
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": "1.0.0",
"version": "1.0.1",
"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.1"
},
"devDependencies": {
"@google-cloud/typeless-sample-bot": "^2.1.0",
Expand Down

0 comments on commit 591c200

Please sign in to comment.