Release 1.12.0

This commit is contained in:
Raul Ochoa 2014-08-04 14:51:01 +02:00
parent 733109af7c
commit 8a4a08fb54
3 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
1.11.1 - 2014-mm-dd 1.12.0 - 2014-08-04
------------------- -------------------
New features: New features:
* Add header for host serving the request * Add header for host serving the request
* Stream JSON/GeoJSON responses
1.11.0 - 2014-07-30 1.11.0 - 2014-07-30
------------------- -------------------

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "cartodb_sql_api", "name": "cartodb_sql_api",
"version": "1.11.1", "version": "1.12.0",
"dependencies": { "dependencies": {
"underscore": { "underscore": {
"version": "1.3.3" "version": "1.3.3"

View File

@ -5,7 +5,7 @@
"keywords": [ "keywords": [
"cartodb" "cartodb"
], ],
"version": "1.11.1", "version": "1.12.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/CartoDB/CartoDB-SQL-API.git" "url": "git://github.com/CartoDB/CartoDB-SQL-API.git"