diff --git a/package-lock.json b/package-lock.json index b9deeb9..9dae8e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "visual-heatmap", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "visual-heatmap", - "version": "2.0.1", + "version": "2.1.0", "license": "BSD-3-Clause", "devDependencies": { "@babel/core": "^7.24.4", diff --git a/package.json b/package.json index 2b796a1..52cfcc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "visual-heatmap", - "version": "2.0.1", + "version": "2.1.0", "description": "\"Advanced Visual Heatmap - High Scale webGL based rendering.\"", "module": "./dist/visualHeatmap.esm.js", "main": "./dist/visualHeatmap.js", @@ -27,10 +27,12 @@ ], "author": "Narayana Swamy", "license": "BSD-3-Clause", - "contributors": [{ - "name": "Mohit Kumar Toshniwal", - "email": "mohitkrtoshniwal@gmail.com" - }], + "contributors": [ + { + "name": "Mohit Kumar Toshniwal", + "email": "mohitkrtoshniwal@gmail.com" + } + ], "bugs": { "url": "https://github.com/nswamy14/visual-heatmap/issues" },