Skip to content

Commit 394566a

Browse files
authored
v1.4.0 (#153)
1 parent 2a17af3 commit 394566a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

loggers/morgan/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @elastic/ecs-morgan-format Changelog
22

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

55
- Add `service.version`, `service.environment`, and `service.node.name` log
66
correlation fields, automatically inferred from an active APM agent. As

loggers/morgan/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-morgan-format",
3-
"version": "1.1.0",
3+
"version": "1.4.0",
44
"description": "A formatter for the morgan logger compatible with Elastic Common Schema.",
55
"main": "index.js",
66
"files": [

loggers/pino/CHANGELOG.md

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

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

55
- Add `service.version`, `service.environment`, and `service.node.name` log
66
correlation fields, automatically inferred from an active APM agent. As

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.3.0",
3+
"version": "1.4.0",
44
"description": "A formatter for the pino logger compatible with Elastic Common Schema.",
55
"main": "index.js",
66
"files": [

loggers/winston/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @elastic/ecs-winston-format Changelog
22

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

55
- Add `service.version`, `service.environment`, and `service.node.name` log
66
correlation fields, automatically inferred from an active APM agent. As

loggers/winston/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-winston-format",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "A formatter for the winston logger compatible with Elastic Common Schema.",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)