Compare commits

..

6 Commits

Author SHA1 Message Date
Raul Ochoa
9536669053 Release 1.28.2 2015-02-17 16:16:19 +01:00
Raul Ochoa
11db363bfb Upgrades windshaft to 0.37.2 2015-02-17 16:07:49 +01:00
Raul Ochoa
d2961430f3 Stubs next version 2015-02-17 12:20:51 +01:00
Raul Ochoa
2b7bd58fd5 Release 1.28.1 2015-02-17 12:20:07 +01:00
Raul Ochoa
055932d38e Upgrades windshaft to 0.37.1 2015-02-17 12:19:16 +01:00
Raul Ochoa
c65a29acf4 Stubs next version 2015-02-17 11:04:41 +01:00
3 changed files with 19 additions and 5 deletions

14
NEWS.md
View File

@@ -1,3 +1,17 @@
1.28.2 -- 2015-02-17
--------------------
Announcements:
- Upgrades windshaft to [0.37.2](https://github.com/CartoDB/Windshaft/releases/tag/0.37.2)
1.28.1 -- 2015-02-17
--------------------
Announcements:
- Upgrades windshaft to [0.37.1](https://github.com/CartoDB/Windshaft/releases/tag/0.37.1)
1.28.0 -- 2015-02-17
--------------------

6
npm-shrinkwrap.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "windshaft-cartodb",
"version": "1.28.0",
"version": "1.28.2",
"dependencies": {
"cartodb-psql": {
"version": "0.4.0",
@@ -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.2",
"from": "windshaft@~0.37.2",
"dependencies": {
"chronograph": {
"version": "0.1.0",

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "windshaft-cartodb",
"version": "1.28.0",
"version": "1.28.2",
"description": "A map tile server for CartoDB",
"keywords": [
"cartodb"
@@ -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.2",
"step": "~0.0.5",
"queue-async": "~1.0.7",
"request": "~2.9.203",