Compare commits

..

3 Commits
2.6.0 ... 2.6.1

Author SHA1 Message Date
Raul Ochoa
da55a3bdd2 Release 2.6.1 2015-07-02 15:47:40 +02:00
Raul Ochoa
333334e598 Upgrades windshaft 2015-07-02 15:41:48 +02:00
Raul Ochoa
7168e4410c Stubs next version 2015-07-02 14:12:41 +02:00
3 changed files with 14 additions and 6 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2.6.1
Released 2015-07-02
Announcements:
- Upgrades windshaft to [0.46.1](https://github.com/CartoDB/Windshaft/releases/tag/0.46.1)
## 2.6.0
Released 2015-07-02

8
npm-shrinkwrap.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "windshaft-cartodb",
"version": "2.6.0",
"version": "2.6.1",
"dependencies": {
"cartodb-psql": {
"version": "0.4.0",
@@ -486,9 +486,9 @@
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
},
"windshaft": {
"version": "0.46.0",
"from": "windshaft@0.46.0",
"resolved": "https://registry.npmjs.org/windshaft/-/windshaft-0.46.0.tgz",
"version": "0.46.1",
"from": "windshaft@0.46.1",
"resolved": "https://registry.npmjs.org/windshaft/-/windshaft-0.46.1.tgz",
"dependencies": {
"chronograph": {
"version": "0.1.0",

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "windshaft-cartodb",
"version": "2.6.0",
"version": "2.6.1",
"description": "A map tile server for CartoDB",
"keywords": [
"cartodb"
@@ -24,7 +24,7 @@
"dependencies": {
"underscore" : "~1.6.0",
"dot": "~1.0.2",
"windshaft": "0.46.0",
"windshaft": "0.46.1",
"step": "~0.0.5",
"queue-async": "~1.0.7",
"request": "~2.9.203",