Skip to content

Commit 3826eac

Browse files
committed
chore: merge remote-tracking branch 'remotes/origin/main' into release-please--branches--main--components--google-proto-files
2 parents 160a3ba + a9be27a commit 3826eac

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
@@ -24,7 +24,7 @@
2424
"handwritten/bigtable": "6.5.0",
2525
"handwritten/cloud-profiler": "6.0.4",
2626
"handwritten/datastore": "10.1.0",
27-
"handwritten/error-reporting": "3.0.5",
27+
"handwritten/error-reporting": "3.0.6",
2828
"handwritten/firestore": "8.5.0",
2929
"handwritten/logging": "11.2.1",
3030
"handwritten/logging-bunyan": "5.1.1",

changelog.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,23 @@
1818
"id": "266d1535-956a-4dc4-b709-0f71fef88187",
1919
"createTime": "2026-05-06T18:07:28.644Z"
2020
},
21+
{
22+
"changes": [
23+
{
24+
"type": "fix",
25+
"sha": "9fd76eff87b1cf02db6205f141449b31e8ab7d8f",
26+
"message": "Bump all node submodules",
27+
"issues": [
28+
"8178"
29+
]
30+
}
31+
],
32+
"version": "3.0.6",
33+
"language": "JAVASCRIPT",
34+
"artifactName": "@google-cloud/error-reporting",
35+
"id": "3fd62a46-a8cd-4020-952f-e58c7771b035",
36+
"createTime": "2026-05-06T18:07:28.494Z"
37+
},
2138
{
2239
"changes": [
2340
{

handwritten/error-reporting/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/@google-cloud/error-reporting?activeTab=versions
77

8+
## [3.0.6](https://github.com/googleapis/google-cloud-node/compare/error-reporting-v3.0.5...error-reporting-v3.0.6) (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
## [3.0.5](https://github.com/googleapis/nodejs-error-reporting/compare/v3.0.4...v3.0.5) (2022-12-02)
916

1017

handwritten/error-reporting/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/error-reporting",
33
"description": "Error Reporting Client Library for Node.js",
4-
"version": "3.0.5",
4+
"version": "3.0.6",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {
@@ -70,7 +70,7 @@
7070
"typescript": "^5.9.3",
7171
"uuid": "^8.3.2"
7272
},
73-
"overrides": {
73+
"overrides": {
7474
"undici": "5.28.4",
7575
"tablesort": "5.6.0",
7676
"cheerio": "1.0.0"

0 commit comments

Comments
 (0)