Prepares release 1.10.3

This commit is contained in:
Raul Ochoa 2014-05-07 18:28:10 +02:00
parent ee37da5b35
commit 4738b880a6
3 changed files with 9 additions and 4 deletions

View File

@ -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
--------------------

4
npm-shrinkwrap.json generated
View File

@ -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",

View File

@ -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",