We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8d7b8 commit 65cac82Copy full SHA for 65cac82
loggers/winston/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# @elastic/ecs-winston-format Changelog
2
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
8
## v1.3.0
9
10
- TypeScript types. ([#88](https://github.com/elastic/ecs-logging-nodejs/pull/88))
loggers/winston/package.json
@@ -1,6 +1,6 @@
{
"name": "@elastic/ecs-winston-format",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "A formatter for the winston logger compatible with Elastic Common Schema.",
"main": "index.js",
"types": "index.d.ts",
0 commit comments