diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d33523fb8f26..97429ef5f6b4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,7 +8,7 @@ "core/packages/gaxios": "7.1.4", "core/packages/gcp-metadata": "8.1.2", "core/packages/google-auth-library-nodejs": "10.6.2", - "core/packages/logging-utils": "1.1.3", + "core/packages/logging-utils": "1.1.4", "core/packages/nodejs-googleapis-common": "8.0.1", "core/packages/nodejs-proto-files": "5.0.1", "core/packages/proto3-json-serializer-nodejs": "3.0.4", diff --git a/changelog.json b/changelog.json index 6e4300578aca..dbc3a8a3711a 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": "1.1.4", + "language": "JAVASCRIPT", + "artifactName": "google-logging-utils", + "id": "a4f16b42-f965-4d33-a22d-e4dcd1624d40", + "createTime": "2026-05-06T21:35:09.227Z" + }, { "changes": [ { @@ -77687,5 +77712,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-05-06T18:07:28.494Z" + "updateTime": "2026-05-06T21:35:09.227Z" } \ No newline at end of file diff --git a/core/packages/logging-utils/CHANGELOG.md b/core/packages/logging-utils/CHANGELOG.md index 7c0e38663f8c..3386fcb3b70c 100644 --- a/core/packages/logging-utils/CHANGELOG.md +++ b/core/packages/logging-utils/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog +## [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) + + +### 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)) + ## [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) diff --git a/core/packages/logging-utils/package.json b/core/packages/logging-utils/package.json index c8d2e21821da..3057f145395d 100644 --- a/core/packages/logging-utils/package.json +++ b/core/packages/logging-utils/package.json @@ -1,6 +1,6 @@ { "name": "google-logging-utils", - "version": "1.1.3", + "version": "1.1.4", "description": "A debug logger package for other Google libraries", "main": "build/src/index.js", "types": "build/src/index.d.ts", diff --git a/core/packages/logging-utils/samples/package.json b/core/packages/logging-utils/samples/package.json index e2e9611563a4..1ab6d28a8e4a 100644 --- a/core/packages/logging-utils/samples/package.json +++ b/core/packages/logging-utils/samples/package.json @@ -26,7 +26,7 @@ "node": ">=14" }, "dependencies": { - "google-logging-utils": "^1.1.3" + "google-logging-utils": "^1.1.4" }, "devDependencies": { "@google-cloud/typeless-sample-bot": "^2.1.0",