From ec5072481ffb83e764a5412975e44c2c15c2e150 Mon Sep 17 00:00:00 2001 From: Adam Midlik Date: Tue, 21 May 2024 13:36:31 +0100 Subject: [PATCH] v0.9.1 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2b6cd3..d2d7e9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file, following t ## [Unreleased] +## [0.9.1] - 2024-05-21 + +- Redraw heatmap on mouseenter (for when the browser erases canvas) + ## [0.9.0] - 2024-04-29 - Renamed the package from `hotmap` to `heatmap-component` diff --git a/package-lock.json b/package-lock.json index e02b279..427525d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "heatmap-component", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "heatmap-component", - "version": "0.9.0", + "version": "0.9.1", "license": "ISC", "dependencies": { "d3": "^7.8.5", diff --git a/package.json b/package.json index bdfc5ed..b7d9e3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heatmap-component", - "version": "0.9.0", + "version": "0.9.1", "description": "TypeScript library for creating interactive grid heatmaps", "repository": { "type": "git",