diff --git a/NEWS b/NEWS index 8580ca6..748a32e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +3.0.1 (2019-mm-dd) + + 3.0.0 (2019-03-29) - Drop support for Node.js 6 and 8 - Handle exception: Image given has not completed loading diff --git a/package-lock.json b/package-lock.json index 40c5a33..34413dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "torque.js", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 772ae34..e80440d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "torque.js", - "version": "3.0.0", + "version": "3.0.1", "description": "Temporal mapping for CARTO", "repository": { "type": "git",