Skip to content

Commit

Permalink
chore(main): release pino-logging-gcp-config 1.0.2 (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Nov 18, 2024
1 parent d8853cb commit 1f6e237
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"projects/pino-logging-gcp-config": "1.0.1"
"projects/pino-logging-gcp-config": "1.0.2"
}
7 changes: 7 additions & 0 deletions projects/pino-logging-gcp-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
<!-- markdownlint-disable -->

## [1.0.2](https://github.com/GoogleCloudPlatform/cloud-solutions/compare/pino-logging-gcp-config-v1.0.1...pino-logging-gcp-config-v1.0.2) (2024-11-18)


### Bug Fixes

* **deps:** update cross-spawn to address CVE ([261be11](https://github.com/GoogleCloudPlatform/cloud-solutions/commit/261be1157445d188e5eb48ae30b0196bde180757))

## [1.0.1](https://github.com/GoogleCloudPlatform/cloud-solutions/compare/pino-logging-gcp-config-v1.0.0...pino-logging-gcp-config-v1.0.1) (2024-11-06)


Expand Down
4 changes: 2 additions & 2 deletions projects/pino-logging-gcp-config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/pino-logging-gcp-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/pino-logging-gcp-config",
"version": "1.0.1",
"version": "1.0.2",
"description": "Module to create a basic Pino LoggerConfig to support Google Cloud structured logging",
"main": "build/src/pino_gcp_config.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion projects/pino-logging-gcp-config/src/pino_gcp_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const eventId = new EventId();
* See
* https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
*/
const NODEJS_GCP_PINO_LIBRARY_VERSION = '1.0.1'; // {x-release-please-version}
const NODEJS_GCP_PINO_LIBRARY_VERSION = '1.0.2'; // {x-release-please-version}
const NODEJS_GCP_PINO_LIBRARY_NAME = 'nodejs-gcppino';

const PINO_TO_GCP_LOG_LEVELS = Object.freeze(
Expand Down

0 comments on commit 1f6e237

Please sign in to comment.