Skip to content

Commit

Permalink
chore(main): release pino-logging-gcp-config 1.0.1 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielm authored Nov 5, 2024
1 parent 0164ce7 commit f65e4ea
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 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.0"
"projects/pino-logging-gcp-config": "1.0.1"
}
10 changes: 10 additions & 0 deletions projects/pino-logging-gcp-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog
<!-- markdownlint-disable -->

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


### Bug Fixes

* 351958473 ([2ccd285](https://github.com/nielm/cloud-solutions/commit/2ccd2858e6fef6da828a705d264eb6e81d3bd4ef))
* **deps:** Update dependencies ([d5a8d22](https://github.com/nielm/cloud-solutions/commit/d5a8d22769796e90d67ddcc0477c206d12abcbf7))
* **deps:** update pino-logging-gcp-config ([743cc54](https://github.com/nielm/cloud-solutions/commit/743cc54f76e5991be846be3cabb56b5b43365855))
* improve diagnostics log entry ([feb5f93](https://github.com/nielm/cloud-solutions/commit/feb5f9399dc31868cf57d812fbbe845849fa7240))

## 1.0.0 (2024-08-06)


Expand Down
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": "pino-logging-gcp-config",
"version": "1.0.0",
"version": "1.0.1",
"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.0'; // {x-release-please-version}
const NODEJS_GCP_PINO_LIBRARY_VERSION = '1.0.1'; // {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 f65e4ea

Please sign in to comment.