From 4738b880a6c29a6d10dda3ad178f35a54bd576d3 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Wed, 7 May 2014 18:28:10 +0200 Subject: [PATCH] Prepares release 1.10.3 --- NEWS.md | 7 ++++++- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 749dde2a..506a5979 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,11 @@ -1.10.3 -- 2014-MM-DD +1.10.3 -- 2014-05-07 -------------------- +Enhancements: + + - Upgrade Windshaft to 0.21.0, see + http://github.com/CartoDB/Windshaft/blob/0.21.0/NEWS + 1.10.2 -- 2014-04-08 -------------------- diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4a58073b..844943c6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "windshaft-cartodb", - "version": "1.10.2", + "version": "1.10.3", "dependencies": { "node-varnish": { "version": "0.3.0", @@ -11,7 +11,7 @@ }, "windshaft": { "version": "0.20.0", - "from": "http://github.com/CartoDB/Windshaft/tarball/0.20.0", + "from": "http://github.com/CartoDB/Windshaft/tarball/0.21.0", "dependencies": { "grainstore": { "version": "0.18.1", diff --git a/package.json b/package.json index 480b143d..13e5d996 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "node-varnish": "http://github.com/Vizzuality/node-varnish/tarball/0.3.0", "underscore" : "~1.3.3", - "windshaft" : "http://github.com/CartoDB/Windshaft/tarball/0.20.0", + "windshaft" : "http://github.com/CartoDB/Windshaft/tarball/0.21.0", "step": "0.0.x", "request": "2.9.202", "cartodb-redis": "~0.3.0",