We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5493726 commit ec799c2Copy full SHA for ec799c2
README.md
@@ -237,6 +237,10 @@ figo Node.js SDK is released under the [MIT License](http://opensource.org/licen
237
Changelog and New Features
238
--------------------------
239
240
+### 3.1.3
241
+
242
+- rolled back to Winston 2.4.4 for compatibility
243
244
### 3.1.2
245
246
- updated dependencies to current stable versions
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "figo",
3
"description": "API wrapper for figo Connect.",
4
- "version": "3.1.2",
+ "version": "3.1.3",
5
"author": "figo <dev@figo.io>",
6
"license": "MIT",
7
"main": "./lib/figo.js",
@@ -22,6 +22,6 @@
22
},
23
"dependencies": {
24
"clone": "^2.1.2",
25
- "winston": "^3.2.1"
+ "winston": "^2.4.4"
26
}
27
0 commit comments