Skip to content

Commit 28a2203

Browse files
chore(main): release logging 11.2.4
1 parent 32fada7 commit 28a2203

4 files changed

Lines changed: 28 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"handwritten/error-reporting": "3.0.6",
3030
"handwritten/firestore": "8.6.0",
3131
"handwritten/google-cloud-dns": "5.3.2",
32-
"handwritten/logging": "11.2.3",
32+
"handwritten/logging": "11.2.4",
3333
"handwritten/logging-bunyan": "5.1.2",
3434
"handwritten/logging-winston": "6.0.2",
3535
"handwritten/pubsub": "5.3.1",

changelog.json

Lines changed: 19 additions & 2 deletions
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": "d258379599691e0a7bb9d99e6f655ff4e1918893",
9+
"message": "Remove dependency on the eventid package",
10+
"issues": [
11+
"8687"
12+
]
13+
}
14+
],
15+
"version": "11.2.4",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@google-cloud/logging",
18+
"id": "580d2e81-0355-417f-aef0-ca5fe8df7c17",
19+
"createTime": "2026-06-23T14:18:07.845Z"
20+
},
421
{
522
"changes": [
623
{
@@ -80774,5 +80791,5 @@
8077480791
"createTime": "2023-01-28T04:18:24.718Z"
8077580792
}
8077680793
],
80777-
"updateTime": "2026-06-18T00:26:09.772Z"
80778-
}
80794+
"updateTime": "2026-06-23T14:18:07.845Z"
80795+
}

handwritten/logging/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
[1]: https://www.npmjs.com/package/nodejs-logging?activeTab=versions
77

88

9+
## [11.2.4](https://github.com/googleapis/google-cloud-node/compare/logging-v11.2.3...logging-v11.2.4) (2026-06-23)
10+
11+
12+
### Bug Fixes
13+
14+
* 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))
15+
916
## [11.2.3](https://github.com/googleapis/google-cloud-node/compare/logging-v11.2.2...logging-v11.2.3) (2026-06-16)
1017

1118

handwritten/logging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/logging",
3-
"version": "11.2.3",
3+
"version": "11.2.4",
44
"description": "Cloud Logging Client Library for Node.js",
55
"keywords": [
66
"google apis client",

0 commit comments

Comments
 (0)