Release 1.26.0

This commit is contained in:
Alejandro Martínez 2016-03-08 16:14:58 +01:00
parent e100cfb584
commit ffb1afb962
2 changed files with 10 additions and 3 deletions

View File

@ -1,7 +1,14 @@
1.25.4 - 2016-mm-dd
1.26.0 - 2016-03-08
-------------------
New features:
* Add [Surrogate-Key](https://github.com/CartoDB/cartodb/wiki/CartoDB-Surrogate-Keys) headers to responses
Enhancements:
* Use new `node-cartodb-query-tables` library to obtain affected tables in queries
1.25.3 - 2016-02-02
-------------------

View File

@ -5,7 +5,7 @@
"keywords": [
"cartodb"
],
"version": "1.25.4",
"version": "1.26.0",
"repository": {
"type": "git",
"url": "git://github.com/CartoDB/CartoDB-SQL-API.git"
@ -32,7 +32,7 @@
"topojson": "0.0.8",
"underscore": "~1.6.0",
"queue-async": "~1.0.7",
"cartodb-query-tables": "https://github.com/CartoDB/node-cartodb-query-tables/tarball/master"
"cartodb-query-tables": "0.1.0"
},
"devDependencies": {
"istanbul": "~0.4.2",