Skip to content

Commit eb89b28

Browse files
chore(main): release pino-logging-gcp-config 1.3.4 (#514)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8d74958 commit eb89b28

5 files changed

Lines changed: 77 additions & 69 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"projects/pino-logging-gcp-config": "1.3.3"
2+
"projects/pino-logging-gcp-config": "1.3.4"
33
}

projects/pino-logging-gcp-config/CHANGELOG.md

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

33
<!-- markdownlint-disable -->
44

5+
## [1.3.4](https://github.com/GoogleCloudPlatform/cloud-solutions/compare/pino-logging-gcp-config-v1.3.3...pino-logging-gcp-config-v1.3.4) (2026-05-06)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** [pino-logging-gcp-config] Update pino-logging-gcp-config ([8d74958](https://github.com/GoogleCloudPlatform/cloud-solutions/commit/8d7495852a86d125f124ac282f5d7bbb69365f3e))
11+
* **deps:** update npm dependencies and docker versions ([351012a](https://github.com/GoogleCloudPlatform/cloud-solutions/commit/351012a2d1dedab24e1edb795db2b96873955a98))
12+
513
## [1.3.3](https://github.com/GoogleCloudPlatform/cloud-solutions/compare/pino-logging-gcp-config-v1.3.2...pino-logging-gcp-config-v1.3.3) (2026-02-20)
614

715

projects/pino-logging-gcp-config/package-lock.json

Lines changed: 63 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/pino-logging-gcp-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/pino-logging-gcp-config",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "Module to create a basic Pino LoggerConfig to support Google Cloud structured logging",
55
"main": "build/src/pino_gcp_config.js",
66
"scripts": {
@@ -28,10 +28,10 @@
2828
"license": "Apache-2.0",
2929
"devDependencies": {
3030
"@types/jasmine": "^6.0.0",
31-
"@types/node": "^24.12.2",
32-
"jasmine": "^6.2.0",
31+
"@types/node": "^20.19.33",
32+
"jasmine": "^6.0.0",
3333
"jasmine-console-reporter": "^3.1.0",
34-
"typescript": "^6.0.3"
34+
"typescript": "^5.9.3"
3535
},
3636
"dependencies": {
3737
"@google-cloud/logging": "^11.2.1",

0 commit comments

Comments
 (0)