Skip to content

Commit 4e6c890

Browse files
committed
chore(main): release logging-bunyan 5.1.2
1 parent 9fd76ef commit 4e6c890

4 files changed

Lines changed: 27 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"handwritten/error-reporting": "3.0.5",
2828
"handwritten/firestore": "8.5.0",
2929
"handwritten/logging": "11.2.1",
30-
"handwritten/logging-bunyan": "5.1.1",
30+
"handwritten/logging-bunyan": "5.1.2",
3131
"handwritten/logging-winston": "6.0.1",
3232
"handwritten/pubsub": "5.3.0",
3333
"handwritten/spanner": "8.7.0",

changelog.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "9fd76eff87b1cf02db6205f141449b31e8ab7d8f",
9+
"message": "Bump all node submodules",
10+
"issues": [
11+
"8178"
12+
]
13+
}
14+
],
15+
"version": "5.1.2",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@google-cloud/logging-bunyan",
18+
"id": "91a42b63-aad7-4127-992c-4dd69e526c97",
19+
"createTime": "2026-05-06T18:07:28.381Z"
20+
},
421
{
522
"changes": [
623
{
@@ -77670,5 +77687,5 @@
7767077687
"createTime": "2023-01-28T04:18:24.718Z"
7767177688
}
7767277689
],
77673-
"updateTime": "2026-05-01T17:22:33.483Z"
77690+
"updateTime": "2026-05-06T18:07:28.381Z"
7767477691
}

handwritten/logging-bunyan/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
[1]: https://www.npmjs.com/package/nodejs-logging-bunyan?activeTab=versions
77

8+
## [5.1.2](https://github.com/googleapis/google-cloud-node/compare/logging-bunyan-v5.1.1...logging-bunyan-v5.1.2) (2026-05-06)
9+
10+
11+
### Bug Fixes
12+
13+
* Bump all node submodules ([#8178](https://github.com/googleapis/google-cloud-node/issues/8178)) ([9fd76ef](https://github.com/googleapis/google-cloud-node/commit/9fd76eff87b1cf02db6205f141449b31e8ab7d8f))
14+
815
## [5.1.1](https://github.com/googleapis/google-cloud-node/compare/logging-bunyan-v5.1.0...logging-bunyan-v5.1.1) (2026-02-19)
916

1017

handwritten/logging-bunyan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/logging-bunyan",
33
"description": "Cloud Logging stream for Bunyan",
4-
"version": "5.1.1",
4+
"version": "5.1.2",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

0 commit comments

Comments
 (0)