Skip to content

Commit ec799c2

Browse files
author
Christian Hüning
committed
rollback to winston 2.4.4
1 parent 5493726 commit ec799c2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,10 @@ figo Node.js SDK is released under the [MIT License](http://opensource.org/licen
237237
Changelog and New Features
238238
--------------------------
239239

240+
### 3.1.3
241+
242+
- rolled back to Winston 2.4.4 for compatibility
243+
240244
### 3.1.2
241245

242246
- updated dependencies to current stable versions

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "figo",
33
"description": "API wrapper for figo Connect.",
4-
"version": "3.1.2",
4+
"version": "3.1.3",
55
"author": "figo <dev@figo.io>",
66
"license": "MIT",
77
"main": "./lib/figo.js",
@@ -22,6 +22,6 @@
2222
},
2323
"dependencies": {
2424
"clone": "^2.1.2",
25-
"winston": "^3.2.1"
25+
"winston": "^2.4.4"
2626
}
2727
}

0 commit comments

Comments
 (0)