Skip to content

Commit 1174ae3

Browse files
chore(main): release google-logging-utils 1.1.4
1 parent a9be27a commit 1174ae3

5 files changed

Lines changed: 37 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"core/packages/gaxios": "7.1.4",
99
"core/packages/gcp-metadata": "8.1.2",
1010
"core/packages/google-auth-library-nodejs": "10.6.2",
11-
"core/packages/logging-utils": "1.1.3",
11+
"core/packages/logging-utils": "1.1.4",
1212
"core/packages/nodejs-googleapis-common": "8.0.1",
1313
"core/packages/nodejs-proto-files": "5.0.1",
1414
"core/packages/proto3-json-serializer-nodejs": "3.0.4",

changelog.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
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+
"type": "fix",
16+
"sha": "c1a03fe604662091be283055c7d34052c64d6334",
17+
"message": "Change the copyright year for files in the packages folder",
18+
"issues": [
19+
"8109"
20+
]
21+
}
22+
],
23+
"version": "1.1.4",
24+
"language": "JAVASCRIPT",
25+
"artifactName": "google-logging-utils",
26+
"id": "a4f16b42-f965-4d33-a22d-e4dcd1624d40",
27+
"createTime": "2026-05-06T21:35:09.227Z"
28+
},
429
{
530
"changes": [
631
{
@@ -77687,5 +77712,5 @@
7768777712
"createTime": "2023-01-28T04:18:24.718Z"
7768877713
}
7768977714
],
77690-
"updateTime": "2026-05-06T18:07:28.494Z"
77715+
"updateTime": "2026-05-06T21:35:09.227Z"
7769177716
}

core/packages/logging-utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

33

4+
## [1.1.4](https://github.com/googleapis/google-cloud-node/compare/google-logging-utils-v1.1.3...google-logging-utils-v1.1.4) (2026-05-06)
5+
6+
7+
### Bug Fixes
8+
9+
* Bump all node submodules ([#8178](https://github.com/googleapis/google-cloud-node/issues/8178)) ([9fd76ef](https://github.com/googleapis/google-cloud-node/commit/9fd76eff87b1cf02db6205f141449b31e8ab7d8f))
10+
* 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))
11+
412
## [1.1.3](https://github.com/googleapis/google-cloud-node-core/compare/google-logging-utils-v1.1.2...google-logging-utils-v1.1.3) (2025-11-11)
513

614

core/packages/logging-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-logging-utils",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "A debug logger package for other Google libraries",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

core/packages/logging-utils/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"node": ">=14"
2727
},
2828
"dependencies": {
29-
"google-logging-utils": "^1.1.3"
29+
"google-logging-utils": "^1.1.4"
3030
},
3131
"devDependencies": {
3232
"@google-cloud/typeless-sample-bot": "^2.1.0",

0 commit comments

Comments
 (0)