Release 5.0.0

This commit is contained in:
Daniel García Aubert 2019-11-13 13:10:00 +01:00
parent dd70a1ed1a
commit d8494f10ff
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Changelog
## 5.0.0
Released 2019-mm-dd
Released 2019-11-13
Breaking changes:
- Removed "base_url" definition in configuration files. Added new property "routes". See [`cec1c60`](https://github.com/CartoDB/CartoDB-SQL-API/commit/cec1c609c04d134f45ee74a81f82c07a19bf11bd) for more details.

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "cartodb_sql_api",
"version": "4.0.0",
"version": "5.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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