From c7709c2855382e1f0b995effdbe93b1b20d4abf6 Mon Sep 17 00:00:00 2001 From: Brian Gann Date: Mon, 13 Nov 2023 22:31:53 -0500 Subject: [PATCH] update changelog, bump version --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a58c7f7..a6a7f10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All changes noted here. +## v2.0.1 - 2023-11-13 + +- Fix font sizing during migrations +- Autoscales font according to gauge size + ## v2.0.0 - 2023-10-20 - Rewritten from Angular to React diff --git a/package.json b/package.json index 9585a41..f618176 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "briangann-gauge-panel", "private": true, - "version": "2.0.0", + "version": "2.0.1", "description": "Grafana D3 Gauge Panel", "main": "module.js", "scripts": {