Release 4.0.0
This commit is contained in:
parent
e7eb2083f2
commit
a63c79fdd8
2
NEWS.md
2
NEWS.md
@ -1,7 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 4.0.0
|
## 4.0.0
|
||||||
Released 2019-mm-dd
|
Released 2019-09-30
|
||||||
|
|
||||||
Breaking:
|
Breaking:
|
||||||
* Remove in-memory table cache and `/cachestatus` endpoint.
|
* Remove in-memory table cache and `/cachestatus` endpoint.
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cartodb_sql_api",
|
"name": "cartodb_sql_api",
|
||||||
"version": "3.1.0",
|
"version": "4.0.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"cartodb"
|
"cartodb"
|
||||||
],
|
],
|
||||||
"version": "3.1.0",
|
"version": "4.0.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"
|
||||||
|
Loading…
Reference in New Issue
Block a user