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.
2 parents a763fca + 6f9b1fb commit 2aa5d9cCopy full SHA for 2aa5d9c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# v3.x
2
3
+## v3.4.1 - 2019-12-14
4
+
5
+### Fixes
6
7
+* Fix type definition for winston support #163
8
9
## v3.4.0 - 2019-11-20
10
11
### Improvements
package.json
@@ -1,6 +1,6 @@
{
"name": "fluent-logger",
- "version": "3.4.0",
+ "version": "3.4.1",
"main": "./lib/index.js",
"scripts": {
"test": "mocha -t 10000 --recursive",
0 commit comments