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

10
NEWS.md
View File

@ -1,10 +1,16 @@
# Changelog
## 2.2.2
## 2.3.0
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:
* Make all modules to use strict mode semantics.
* 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.
## 2.2.1

2
npm-shrinkwrap.json generated
View File

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

2
package-lock.json generated
View File

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

View File

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