From 591c200086c855a88767f8cac2289be8026e950b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:34:34 -0800 Subject: [PATCH] chore: release main (#1688) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- logging-utils/CHANGELOG.md | 7 +++++++ logging-utils/package.json | 2 +- logging-utils/samples/package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 28d0f1cdc..5cd44861a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "gax": "4.6.0", "tools": "0.4.6", - "logging-utils": "1.0.0" + "logging-utils": "1.0.1" } diff --git a/logging-utils/CHANGELOG.md b/logging-utils/CHANGELOG.md index 88b3363e9..badcede00 100644 --- a/logging-utils/CHANGELOG.md +++ b/logging-utils/CHANGELOG.md @@ -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) diff --git a/logging-utils/package.json b/logging-utils/package.json index 765238c60..c7ea05495 100644 --- a/logging-utils/package.json +++ b/logging-utils/package.json @@ -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": [ diff --git a/logging-utils/samples/package.json b/logging-utils/samples/package.json index 5715d4fe6..0cef74fde 100644 --- a/logging-utils/samples/package.json +++ b/logging-utils/samples/package.json @@ -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",