Skip to content

Commit 57a58f6

Browse files
chore(main): release pino-logging-gcp-config 1.2.0 (#209)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 982b98d commit 57a58f6

5 files changed

Lines changed: 17 additions & 5 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.1.0"
2+
"projects/pino-logging-gcp-config": "1.2.0"
33
}

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

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

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

5+
## [1.2.0](https://github.com/GoogleCloudPlatform/cloud-solutions/compare/pino-logging-gcp-config-v1.1.0...pino-logging-gcp-config-v1.2.0) (2025-09-12)
6+
7+
8+
### Features
9+
10+
* Improvements to logging diagnostic message ([b86a528](https://github.com/GoogleCloudPlatform/cloud-solutions/commit/b86a528dae879df63947b1a3226bf9ec50f584f8)), closes [#212](https://github.com/GoogleCloudPlatform/cloud-solutions/issues/212)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** Update dependencies and run tests on all node LTS versions ([982b98d](https://github.com/GoogleCloudPlatform/cloud-solutions/commit/982b98d598bbbee09492349db1519c8ca99665c2))
16+
517
## [1.1.0](https://github.com/GoogleCloudPlatform/cloud-solutions/compare/pino-logging-gcp-config-v1.0.6...pino-logging-gcp-config-v1.1.0) (2025-08-05)
618

719

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

Lines changed: 2 additions & 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/pino-logging-gcp-config",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
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": {

projects/pino-logging-gcp-config/src/pino_gcp_config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const eventId = new EventId();
4242
* See
4343
* https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
4444
*/
45-
const NODEJS_GCP_PINO_LIBRARY_VERSION = '1.1.0'; // {x-release-please-version}
45+
const NODEJS_GCP_PINO_LIBRARY_VERSION = '1.2.0'; // {x-release-please-version}
4646
const NODEJS_GCP_PINO_LIBRARY_NAME = 'nodejs-gcppino';
4747

4848
const PINO_TO_GCP_LOG_LEVELS = Object.freeze(

0 commit comments

Comments
 (0)