From 3a41b8a688ddfe8bc205086de1d90a42cef4de80 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 02:57:14 +0000 Subject: [PATCH] chore(main): release logging-bunyan 5.2.0 --- .release-please-manifest.json | 2 +- changelog.json | 28 ++++++++++++++++++++++++- handwritten/logging-bunyan/CHANGELOG.md | 12 +++++++++++ handwritten/logging-bunyan/package.json | 2 +- 4 files changed, 41 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 86fea6bbdbef..92b3b4605843 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -30,7 +30,7 @@ "handwritten/firestore": "8.7.0", "handwritten/google-cloud-dns": "5.3.2", "handwritten/logging": "11.3.0", - "handwritten/logging-bunyan": "5.1.2", + "handwritten/logging-bunyan": "5.2.0", "handwritten/logging-winston": "6.0.2", "handwritten/pubsub": "5.3.1", "handwritten/spanner": "8.10.0", diff --git a/changelog.json b/changelog.json index bfb942099b21..811bb15dc3c3 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,32 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "feat", + "sha": "a2415320b9c840f6ae27894451abb561a080ff82", + "message": "Consolidate prettierignore and prettierrc files: handwritten", + "issues": [ + "8081" + ] + }, + { + "type": "fix", + "sha": "3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a", + "message": "Remove vulnerable dependency `uuid`", + "issues": [ + "8120" + ], + "scope": "deps" + } + ], + "version": "5.2.0", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/logging-bunyan", + "id": "e8d8a5ad-de2a-4053-a280-d6524ea84d5e", + "createTime": "2026-08-04T02:57:11.740Z" + }, { "changes": [ { @@ -83908,5 +83934,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-07-29T20:49:49.925Z" + "updateTime": "2026-08-04T02:57:11.740Z" } \ No newline at end of file diff --git a/handwritten/logging-bunyan/CHANGELOG.md b/handwritten/logging-bunyan/CHANGELOG.md index bfbc850c72ca..7e9ac21fc0a6 100644 --- a/handwritten/logging-bunyan/CHANGELOG.md +++ b/handwritten/logging-bunyan/CHANGELOG.md @@ -5,6 +5,18 @@ [1]: https://www.npmjs.com/package/nodejs-logging-bunyan?activeTab=versions +## [5.2.0](https://github.com/googleapis/google-cloud-node/compare/logging-bunyan-v5.1.2...logging-bunyan-v5.2.0) (2026-08-04) + + +### 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 + +* **deps:** Remove vulnerable dependency `uuid` ([#8120](https://github.com/googleapis/google-cloud-node/issues/8120)) ([3ec901e](https://github.com/googleapis/google-cloud-node/commit/3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a)) + ## [5.1.2](https://github.com/googleapis/google-cloud-node/compare/logging-bunyan-v5.1.1...logging-bunyan-v5.1.2) (2026-05-11) diff --git a/handwritten/logging-bunyan/package.json b/handwritten/logging-bunyan/package.json index 06a9a7d6b4c1..8d489dfad4a3 100644 --- a/handwritten/logging-bunyan/package.json +++ b/handwritten/logging-bunyan/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/logging-bunyan", "description": "Cloud Logging stream for Bunyan", - "version": "5.1.2", + "version": "5.2.0", "license": "Apache-2.0", "author": "Google Inc.", "engines": {