From 89a49df0be33e91a6f66e71458f2563775aff6ad Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 21:08:11 +0000 Subject: [PATCH] chore(main): release logging 11.3.0 --- .release-please-manifest.json | 2 +- changelog.json | 29 +++++++++++++++++++++++++++-- handwritten/logging/CHANGELOG.md | 12 ++++++++++++ handwritten/logging/package.json | 2 +- 4 files changed, 41 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5e7865ad0b7d..53c7ede3eca6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -29,7 +29,7 @@ "handwritten/error-reporting": "3.0.6", "handwritten/firestore": "8.6.0", "handwritten/google-cloud-dns": "5.3.2", - "handwritten/logging": "11.2.3", + "handwritten/logging": "11.3.0", "handwritten/logging-bunyan": "5.1.2", "handwritten/logging-winston": "6.0.2", "handwritten/pubsub": "5.3.1", diff --git a/changelog.json b/changelog.json index 7f6071e4c25d..0bc719ed3bc7 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": "d258379599691e0a7bb9d99e6f655ff4e1918893", + "message": "Remove dependency on the eventid package", + "issues": [ + "8687" + ] + } + ], + "version": "11.3.0", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/logging", + "id": "492e7985-087e-45ca-94a3-5e180be93b76", + "createTime": "2026-07-10T21:08:08.325Z" + }, { "changes": [ { @@ -81630,5 +81655,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-07-08T17:10:18.122Z" -} + "updateTime": "2026-07-10T21:08:08.325Z" +} \ No newline at end of file diff --git a/handwritten/logging/CHANGELOG.md b/handwritten/logging/CHANGELOG.md index ef51a9152440..d1865740ea99 100644 --- a/handwritten/logging/CHANGELOG.md +++ b/handwritten/logging/CHANGELOG.md @@ -6,6 +6,18 @@ [1]: https://www.npmjs.com/package/nodejs-logging?activeTab=versions +## [11.3.0](https://github.com/googleapis/google-cloud-node/compare/logging-v11.2.3...logging-v11.3.0) (2026-07-10) + + +### 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 + +* Remove dependency on the eventid package ([#8687](https://github.com/googleapis/google-cloud-node/issues/8687)) ([d258379](https://github.com/googleapis/google-cloud-node/commit/d258379599691e0a7bb9d99e6f655ff4e1918893)) + ## [11.2.3](https://github.com/googleapis/google-cloud-node/compare/logging-v11.2.2...logging-v11.2.3) (2026-06-16) diff --git a/handwritten/logging/package.json b/handwritten/logging/package.json index f12e63f7294d..f94c60f16dc6 100644 --- a/handwritten/logging/package.json +++ b/handwritten/logging/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/logging", - "version": "11.2.3", + "version": "11.3.0", "description": "Cloud Logging Client Library for Node.js", "keywords": [ "google apis client",