From f0c7aa90cfd0b1441de0c39555c4315281b6d571 Mon Sep 17 00:00:00 2001 From: Narayana Swamy Date: Sat, 20 Apr 2024 08:48:02 +0530 Subject: [PATCH] 2.1.0 --- package-lock.json | 4 ++-- package.json | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) 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" },