diff --git a/package-lock.json b/package-lock.json index b9d496c3..e0607d78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@samply/lens", - "version": "0.2.2", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@samply/lens", - "version": "0.2.2", + "version": "0.3.0", "license": "MIT", "dependencies": { "@exodus/schemasafe": "^1.3.0", diff --git a/package.json b/package.json index 44f09d99..2c90e43c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@samply/lens", "description": "A web component library for clinical data search and visualisation", - "version": "0.2.2", + "version": "0.3.0", "type": "module", "module": "dist/lens.js", "main": "dist/lens.umd.js",