From 055932d38e5e7343de8c472b883391c96c437ba8 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Tue, 17 Feb 2015 12:19:16 +0100 Subject: [PATCH] Upgrades windshaft to 0.37.1 --- 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 c1ce4b84..5ae74889 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 -------------------- diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8851f75f..4ed37847 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.0", - "from": "windshaft@~0.37.0", + "version": "0.37.1", + "from": "windshaft@~0.37.1", "dependencies": { "chronograph": { "version": "0.1.0", diff --git a/package.json b/package.json index 13e5ecb7..4a7274a3 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.0", + "windshaft": "~0.37.1", "step": "~0.0.5", "queue-async": "~1.0.7", "request": "~2.9.203",