Upgrades windshaft to 0.37.1

This commit is contained in:
Raul Ochoa 2015-02-17 12:19:16 +01:00
parent c65a29acf4
commit 055932d38e
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
1.28.1 -- 2015-mm-dd
--------------------
Announcements:
- Upgrades windshaft to [0.37.1](https://github.com/CartoDB/Windshaft/releases/tag/0.37.1)
1.28.0 -- 2015-02-17
--------------------

4
npm-shrinkwrap.json generated
View File

@ -181,8 +181,8 @@
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
},
"windshaft": {
"version": "0.37.0",
"from": "windshaft@~0.37.0",
"version": "0.37.1",
"from": "windshaft@~0.37.1",
"dependencies": {
"chronograph": {
"version": "0.1.0",

View File

@ -25,7 +25,7 @@
"node-varnish": "https://github.com/Vizzuality/node-varnish/tarball/0.3.0",
"underscore" : "~1.6.0",
"dot": "~1.0.2",
"windshaft": "~0.37.0",
"windshaft": "~0.37.1",
"step": "~0.0.5",
"queue-async": "~1.0.7",
"request": "~2.9.203",