Prepare next release

This commit is contained in:
Daniel García Aubert 2018-11-22 11:45:03 +01:00
parent 0c9be26011
commit 9cd485be45
4 changed files with 11 additions and 5 deletions

View File

@ -1,9 +1,15 @@
# Changelog # Changelog
## 2.2.2 ## 2.3.0
Released 2018-mm-dd Released 2018-mm-dd
Announcements:
* Support Node.js 10
* Add package-lock.json
* Configure Travis CI to run docker tests against Node.js 6 & 10 versions
Bug fixes: Bug fixes:
* Do not use `assert` to throw erros as in Node.js > 6 wraps the original error, the keyword 'throw' does the trick and it's backwards compatible
* Make all modules to use strict mode semantics. * Make all modules to use strict mode semantics.

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "cartodb_sql_api", "name": "cartodb_sql_api",
"version": "2.2.2", "version": "2.3.0",
"dependencies": { "dependencies": {
"@carto/fqdn-sync": { "@carto/fqdn-sync": {
"version": "0.2.2", "version": "0.2.2",

2
package-lock.json generated
View File

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

View File

@ -5,7 +5,7 @@
"keywords": [ "keywords": [
"cartodb" "cartodb"
], ],
"version": "2.2.2", "version": "2.3.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"