Stubs next version

This commit is contained in:
Daniel García Aubert 2019-03-29 11:34:43 +01:00
parent 5529351215
commit db9290d990
3 changed files with 5 additions and 2 deletions

3
NEWS
View File

@ -1,3 +1,6 @@
3.0.1 (2019-mm-dd)
3.0.0 (2019-03-29) 3.0.0 (2019-03-29)
- Drop support for Node.js 6 and 8 - Drop support for Node.js 6 and 8
- Handle exception: Image given has not completed loading - Handle exception: Image given has not completed loading

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "torque.js", "name": "torque.js",
"version": "3.0.0", "version": "3.0.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "torque.js", "name": "torque.js",
"version": "3.0.0", "version": "3.0.1",
"description": "Temporal mapping for CARTO", "description": "Temporal mapping for CARTO",
"repository": { "repository": {
"type": "git", "type": "git",