diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d33523fb8f2..3f84d0854b2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -27,7 +27,7 @@ "handwritten/error-reporting": "3.0.6", "handwritten/firestore": "8.5.0", "handwritten/logging": "11.2.1", - "handwritten/logging-bunyan": "5.1.1", + "handwritten/logging-bunyan": "5.1.2", "handwritten/logging-winston": "6.0.1", "handwritten/pubsub": "5.3.0", "handwritten/spanner": "8.7.0", diff --git a/changelog.json b/changelog.json index 6e4300578ac..cef02a546e8 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,31 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "fix", + "sha": "9fd76eff87b1cf02db6205f141449b31e8ab7d8f", + "message": "Bump all node submodules", + "issues": [ + "8178" + ] + }, + { + "type": "fix", + "sha": "c1a03fe604662091be283055c7d34052c64d6334", + "message": "Change the copyright year for files in the packages folder", + "issues": [ + "8109" + ] + } + ], + "version": "5.1.2", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/logging-bunyan", + "id": "19b0447e-0bc4-49bf-9dea-109986769e91", + "createTime": "2026-05-06T21:35:08.236Z" + }, { "changes": [ { @@ -77687,5 +77712,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-05-06T18:07:28.494Z" + "updateTime": "2026-05-06T21:35:08.236Z" } \ No newline at end of file diff --git a/handwritten/logging-bunyan/CHANGELOG.md b/handwritten/logging-bunyan/CHANGELOG.md index 3884bea60de..44a52cc2dd7 100644 --- a/handwritten/logging-bunyan/CHANGELOG.md +++ b/handwritten/logging-bunyan/CHANGELOG.md @@ -5,6 +5,14 @@ [1]: https://www.npmjs.com/package/nodejs-logging-bunyan?activeTab=versions +## [5.1.2](https://github.com/googleapis/google-cloud-node/compare/logging-bunyan-v5.1.1...logging-bunyan-v5.1.2) (2026-05-06) + + +### Bug Fixes + +* Bump all node submodules ([#8178](https://github.com/googleapis/google-cloud-node/issues/8178)) ([9fd76ef](https://github.com/googleapis/google-cloud-node/commit/9fd76eff87b1cf02db6205f141449b31e8ab7d8f)) +* Change the copyright year for files in the packages folder ([#8109](https://github.com/googleapis/google-cloud-node/issues/8109)) ([c1a03fe](https://github.com/googleapis/google-cloud-node/commit/c1a03fe604662091be283055c7d34052c64d6334)) + ## [5.1.1](https://github.com/googleapis/google-cloud-node/compare/logging-bunyan-v5.1.0...logging-bunyan-v5.1.1) (2026-02-19) diff --git a/handwritten/logging-bunyan/package.json b/handwritten/logging-bunyan/package.json index 18bc2fb22ef..2b7144bc5f3 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.1", + "version": "5.1.2", "license": "Apache-2.0", "author": "Google Inc.", "engines": {