From 285363aa40af77850cd75cfc5399b867c1955033 Mon Sep 17 00:00:00 2001 From: Francisco Dans Date: Thu, 5 May 2016 14:32:11 +0200 Subject: [PATCH 1/3] bumps current version and turbocarto's --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fc861fc9..2c7c2e18 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "windshaft-cartodb", - "version": "2.38.0", + "version": "2.38.1", "description": "A map tile server for CartoDB", "keywords": [ "cartodb" @@ -39,7 +39,7 @@ "lzma": "~1.3.7", "log4js": "https://github.com/CartoDB/log4js-node/tarball/cdb", "cartodb-query-tables": "~0.1.0", - "turbo-carto": "0.7.0" + "turbo-carto": "0.7.1" }, "devDependencies": { "istanbul": "~0.3.6", From 5842a239fdc7298fd3969e554ac4411fa9db539e Mon Sep 17 00:00:00 2001 From: Francisco Dans Date: Thu, 5 May 2016 14:32:57 +0200 Subject: [PATCH 2/3] shrinkwrap --- npm-shrinkwrap.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8f6459f5..9ec634ee 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "windshaft-cartodb", - "version": "2.38.0", + "version": "2.38.1", "dependencies": { "body-parser": { "version": "1.14.2", @@ -1235,9 +1235,9 @@ "resolved": "https://registry.npmjs.org/step-profiler/-/step-profiler-0.2.1.tgz" }, "turbo-carto": { - "version": "0.7.0", - "from": "turbo-carto@0.7.0", - "resolved": "https://registry.npmjs.org/turbo-carto/-/turbo-carto-0.7.0.tgz", + "version": "0.7.1", + "from": "turbo-carto@0.7.1", + "resolved": "https://registry.npmjs.org/turbo-carto/-/turbo-carto-0.7.1.tgz", "dependencies": { "colorbrewer": { "version": "1.0.0", @@ -1245,9 +1245,9 @@ "resolved": "https://registry.npmjs.org/colorbrewer/-/colorbrewer-1.0.0.tgz" }, "cartocolor": { - "version": "1.0.0", - "from": "cartocolor@1.0.0", - "resolved": "https://registry.npmjs.org/cartocolor/-/cartocolor-1.0.0.tgz" + "version": "1.0.2", + "from": "cartocolor@1.0.2", + "resolved": "https://registry.npmjs.org/cartocolor/-/cartocolor-1.0.2.tgz" }, "es6-promise": { "version": "3.1.2", From 685cbb1eec62df04fbc01f13aa75cf7180ce0fb3 Mon Sep 17 00:00:00 2001 From: Francisco Dans Date: Thu, 5 May 2016 14:34:19 +0200 Subject: [PATCH 3/3] updates news --- NEWS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.md b/NEWS.md index 9d22f170..5e78271a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,13 @@ # Changelog +## 2.38.1 + +Released 2016-05-05 + +Announcements: + - Fixes problem in turbo-carto dependency + - Removes console usages + ## 2.38.0 Released 2016-05-05