Merge pull request #659 from CartoDB/upgrade-camshaft

Upgrades camshaft to 0.52.0
This commit is contained in:
Raul Ochoa 2017-04-07 14:41:14 +02:00 committed by GitHub
commit 4d82fd65f6
3 changed files with 9 additions and 6 deletions

View File

@ -1,8 +1,11 @@
# Changelog
## 3.4.1
## 3.5.0
Released 2017-mm-dd
Announcements:
- Upgrades camshaft to [0.52.0](https://github.com/CartoDB/camshaft/releases/tag/0.52.0).
## 3.4.0
Released 2017-04-03

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "windshaft-cartodb",
"version": "3.4.1",
"version": "3.5.0",
"description": "A map tile server for CartoDB",
"keywords": [
"cartodb"
@ -20,7 +20,7 @@
],
"dependencies": {
"body-parser": "~1.14.0",
"camshaft": "0.51.0",
"camshaft": "0.52.0",
"cartodb-psql": "~0.7.1",
"cartodb-query-tables": "0.2.0",
"cartodb-redis": "0.13.2",

View File

@ -194,9 +194,9 @@ camelcase@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a"
camshaft@0.51.0:
version "0.51.0"
resolved "https://registry.yarnpkg.com/camshaft/-/camshaft-0.51.0.tgz#f9bdf25a3971f57284deb10d83302487d4aa5e53"
camshaft@0.52.0:
version "0.52.0"
resolved "https://registry.yarnpkg.com/camshaft/-/camshaft-0.52.0.tgz#d7cac00884783c059fcaaa791879429b80c0e7b8"
dependencies:
async "^1.5.2"
bunyan "1.8.1"