diff --git a/package-lock.json b/package-lock.json index 83f2dc6..c779be1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mhkeller/plot", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mhkeller/plot", - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "dependencies": { "compression": "^1.7.4", diff --git a/package.json b/package.json index baeec7c..96aaeba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mhkeller/plot", - "version": "1.0.1", + "version": "1.1.0", "description": "A node library to display charts in popup windows and save them as pngs. Supports observablehq/plot and plotly out of the box. ", "main": "index.js", "type": "module",