Prepare next release
This commit is contained in:
parent
0c9be26011
commit
9cd485be45
8
NEWS.md
8
NEWS.md
@ -1,9 +1,15 @@
|
||||
# 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:
|
||||
* 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
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cartodb_sql_api",
|
||||
"version": "2.2.2",
|
||||
"version": "2.3.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user