From 9cd485be45803b58fd9d4b2dc4999fd7c72bf7b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Thu, 22 Nov 2018 11:45:03 +0100 Subject: [PATCH] Prepare next release --- NEWS.md | 10 ++++++++-- npm-shrinkwrap.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index 42c337c5..844398bd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 107177eb..a24b046c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "cartodb_sql_api", - "version": "2.2.2", + "version": "2.3.0", "dependencies": { "@carto/fqdn-sync": { "version": "0.2.2", diff --git a/package-lock.json b/package-lock.json index 625c3679..ff7eee75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cartodb_sql_api", - "version": "2.2.2", + "version": "2.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f7bc0e7d..5d4160c1 100644 --- a/package.json +++ b/package.json @@ -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"