Skip to content

Commit 65cac82

Browse files
authored
1 parent de8d7b8 commit 65cac82

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

loggers/winston/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# @elastic/ecs-winston-format Changelog
22

3+
## v1.3.1
4+
5+
- Fix types expression in ambient context error.
6+
([#93](https://github.com/elastic/ecs-logging-nodejs/pull/93))
7+
38
## v1.3.0
49

510
- TypeScript types. ([#88](https://github.com/elastic/ecs-logging-nodejs/pull/88))

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.0",
3+
"version": "1.3.1",
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)