Skip to content

Commit 591c200

Browse files
chore: release main (#1688)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 613d6e3 commit 591c200

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"gax": "4.6.0",
33
"tools": "0.4.6",
4-
"logging-utils": "1.0.0"
4+
"logging-utils": "1.0.1"
55
}

logging-utils/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## 1.0.0 (2024-12-19)
411

512

logging-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-logging-utils",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A debug logger package for other Google libraries",
55
"main": "build/src/index.js",
66
"files": [

logging-utils/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"node": ">=14"
2828
},
2929
"dependencies": {
30-
"google-logging-utils": "0.0.2"
30+
"google-logging-utils": "^1.0.1"
3131
},
3232
"devDependencies": {
3333
"@google-cloud/typeless-sample-bot": "^2.1.0",

0 commit comments

Comments
 (0)