Skip to content

Commit 3646411

Browse files
committed
1 parent e3183d6 commit 3646411

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

loggers/pino/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# @elastic/ecs-pino-format Changelog
22

3-
## Unreleased
3+
## v1.1.1
44

55
- The ecs-logging spec was [updated to allow "message" to be
66
optional](https://github.com/elastic/ecs-logging/pull/55). This allows the
77
[change to fallback to an empty string message](https://github.com/elastic/ecs-logging-nodejs/pull/64)
88
to be removed -- which is cleaner and fixes a
99
[side-effect bug](https://github.com/elastic/ecs-logging-nodejs/issues/73)
1010
where usage of pino's `prettyPrint: true` was broken.
11+
([#75](https://github.com/elastic/ecs-logging-nodejs/pull/75))
1112

1213
## v1.1.0
1314

loggers/pino/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/ecs-pino-format",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A formatter for the pino logger compatible with Elastic Common Schema.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)