File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,14 @@ figo Node.js SDK is released under the [MIT License](http://opensource.org/licen
237237Changelog and New Features
238238--------------------------
239239
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
247+
240248### 3.1.1
241249
242250- Dropped support for node.js 4.0
Original file line number Diff line number Diff line change 11{
22 "name" : " figo" ,
33 "description" : " API wrapper for figo Connect." ,
4- "version" : " 3.1.1 " ,
4+ "version" : " 3.1.3 " ,
55 "author" : " figo <dev@figo.io>" ,
66 "license" : " MIT" ,
77 "main" : " ./lib/figo.js" ,
1818 "mocha" : " "
1919 },
2020 "engines" : {
21- "node" : " >=4.2 .0"
21+ "node" : " >=6.17 .0"
2222 },
2323 "dependencies" : {
24- "clone" : " ^1.0 .2" ,
25- "winston" : " ^2.3.0 "
24+ "clone" : " ^2.1 .2" ,
25+ "winston" : " ^2.4.4 "
2626 }
2727}
You can’t perform that action at this time.
0 commit comments