From bc73bb005593b05595b4c49af09fac8de30a4da0 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 15:09:04 +0000 Subject: [PATCH] chore(main): release google-logging-utils 1.2.0 --- .release-please-manifest.json | 2 +- changelog.json | 27 ++++++++++++++++++- core/packages/logging-utils/CHANGELOG.md | 12 +++++++++ core/packages/logging-utils/package.json | 2 +- .../logging-utils/samples/package.json | 2 +- 5 files changed, 41 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 720689039357..57e280423c86 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -9,7 +9,7 @@ "core/packages/gaxios": "7.2.0", "core/packages/gcp-metadata": "8.1.3", "core/packages/google-auth-library-nodejs": "10.9.0", - "core/packages/logging-utils": "1.1.4", + "core/packages/logging-utils": "1.2.0", "core/packages/nodejs-googleapis-common": "8.0.2", "core/packages/nodejs-proto-files": "5.0.2", "core/packages/proto3-json-serializer-nodejs": "3.0.5", diff --git a/changelog.json b/changelog.json index ca9fceecfdd0..e2027fd4231a 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,31 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "feat", + "sha": "a2415320b9c840f6ae27894451abb561a080ff82", + "message": "Consolidate prettierignore and prettierrc files: handwritten", + "issues": [ + "8081" + ] + }, + { + "type": "fix", + "sha": "368f18ecc361310e7bfb323ba0e7836186ea08d1", + "message": "Correct repository URLs in core package.json files", + "issues": [ + "8722" + ] + } + ], + "version": "1.2.0", + "language": "JAVASCRIPT", + "artifactName": "google-logging-utils", + "id": "ece6f93b-770a-490f-ab22-f2c34ae1f128", + "createTime": "2026-07-23T15:09:01.549Z" + }, { "changes": [ { @@ -82816,5 +82841,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-07-23T06:10:36.364Z" + "updateTime": "2026-07-23T15:09:01.549Z" } \ No newline at end of file diff --git a/core/packages/logging-utils/CHANGELOG.md b/core/packages/logging-utils/CHANGELOG.md index 9f131b0b4b6c..5b2261e99954 100644 --- a/core/packages/logging-utils/CHANGELOG.md +++ b/core/packages/logging-utils/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## [1.2.0](https://github.com/googleapis/google-cloud-node/compare/google-logging-utils-v1.1.4...google-logging-utils-v1.2.0) (2026-07-23) + + +### Features + +* Consolidate prettierignore and prettierrc files: handwritten ([#8081](https://github.com/googleapis/google-cloud-node/issues/8081)) ([a241532](https://github.com/googleapis/google-cloud-node/commit/a2415320b9c840f6ae27894451abb561a080ff82)) + + +### Bug Fixes + +* Correct repository URLs in core package.json files ([#8722](https://github.com/googleapis/google-cloud-node/issues/8722)) ([368f18e](https://github.com/googleapis/google-cloud-node/commit/368f18ecc361310e7bfb323ba0e7836186ea08d1)) + ## [1.1.4](https://github.com/googleapis/google-cloud-node/compare/google-logging-utils-v1.1.3...google-logging-utils-v1.1.4) (2026-05-11) diff --git a/core/packages/logging-utils/package.json b/core/packages/logging-utils/package.json index 8be48936a077..8515802f5be1 100644 --- a/core/packages/logging-utils/package.json +++ b/core/packages/logging-utils/package.json @@ -1,6 +1,6 @@ { "name": "google-logging-utils", - "version": "1.1.4", + "version": "1.2.0", "description": "A debug logger package for other Google libraries", "main": "build/src/index.js", "types": "build/src/index.d.ts", diff --git a/core/packages/logging-utils/samples/package.json b/core/packages/logging-utils/samples/package.json index aa61452e4095..ee693ca630a2 100644 --- a/core/packages/logging-utils/samples/package.json +++ b/core/packages/logging-utils/samples/package.json @@ -26,7 +26,7 @@ "node": ">=18" }, "dependencies": { - "google-logging-utils": "^1.1.4" + "google-logging-utils": "^1.2.0" }, "devDependencies": { "@google-cloud/typeless-sample-bot": "^2.1.0",