Prepare release 0.4.1

This commit is contained in:
Ivan Mikheykin
2021-02-18 12:19:30 +03:00
parent e9e36d7f39
commit 15d9132cbe
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog # Changelog
## v0.4.1
- Fix regression in discrete mode. "Data has value with undefined color"
## v0.4.0 ## v0.4.0
- Add __y_label_trim variable for tooltip items. - Add __y_label_trim variable for tooltip items.
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "flant-statusmap-panel", "name": "flant-statusmap-panel",
"version": "0.4.0", "version": "0.4.1",
"description": "Grafana panel plugin to visualize status of multiple objects over time", "description": "Grafana panel plugin to visualize status of multiple objects over time",
"main": "README.md", "main": "README.md",
"scripts": { "scripts": {