From a672ac66ae280c2c044058ac4c336a330ddcf1eb Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Tue, 14 Oct 2014 14:05:50 +0200 Subject: [PATCH] Upgrades windshaft to 0.28.2 --- NEWS.md | 3 +++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index f3df7fa3..12798f39 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,9 @@ 1.18.3 -- 2014-mm-dd -------------------- +Announcements: + - Upgrades windshaft to 0.28.2 + 1.18.2 -- 2014-10-13 -------------------- diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f22da3de..6efafb72 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -13,8 +13,8 @@ "version": "1.0.2" }, "windshaft": { - "version": "0.28.1", - "from": "https://github.com/CartoDB/Windshaft/tarball/0.28.1", + "version": "0.28.2", + "from": "https://github.com/CartoDB/Windshaft/tarball/0.28.2", "dependencies": { "chronograph": { "version": "0.1.0", diff --git a/package.json b/package.json index 94cd41f0..6fe41265 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": "https://github.com/CartoDB/Windshaft/tarball/0.28.1", + "windshaft": "https://github.com/CartoDB/Windshaft/tarball/0.28.2", "step": "~0.0.5", "request": "~2.9.203", "cartodb-redis": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.11.0",