diff --git a/NEWS.md b/NEWS.md index 7939285b..0abf99f4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,9 @@ 1.28.5 -- 2015-mm-dd -------------------- +Announcements: +- Upgrades windshaft to [0.37.5](https://github.com/CartoDB/Windshaft/releases/tag/0.37.5) + 1.28.4 -- 2015-02-18 -------------------- diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2e52be20..3e371fda 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -181,8 +181,8 @@ "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz" }, "windshaft": { - "version": "0.37.4", - "from": "windshaft@~0.37.4", + "version": "0.37.5", + "from": "windshaft@~0.37.5", "dependencies": { "chronograph": { "version": "0.1.0", diff --git a/package.json b/package.json index 806898e7..d63a8cd1 100644 --- a/package.json +++ b/package.json @@ -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.4", + "windshaft": "~0.37.5", "step": "~0.0.5", "queue-async": "~1.0.7", "request": "~2.9.203",