diff --git a/CHANGELOG.md b/CHANGELOG.md index 959f3e6..8189fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.10.0](https://github.com/ni/systemlink-grafana-plugins/compare/v3.9.2...v3.10.0) (2024-05-07) + + +### Features + +* **tag:** visualizing current value of multiple tags ([#58](https://github.com/ni/systemlink-grafana-plugins/issues/58)) ([9ac340a](https://github.com/ni/systemlink-grafana-plugins/commit/9ac340acf493220008382653cac3c7df08ef4bd3)) + ## [3.9.2](https://github.com/ni/systemlink-grafana-plugins/compare/v3.9.1...v3.9.2) (2024-01-04) diff --git a/package-lock.json b/package-lock.json index eaa77d2..198cc2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "systemlink-grafana-plugins", - "version": "3.9.2", + "version": "3.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "systemlink-grafana-plugins", - "version": "3.9.2", + "version": "3.10.0", "license": "Apache-2.0", "dependencies": { "@emotion/css": "^11.1.3", diff --git a/package.json b/package.json index 1c80b87..13a0029 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "systemlink-grafana-plugins", - "version": "3.9.2", + "version": "3.10.0", "description": "Plugins for visualizing data from SystemLink services", "private": true, "scripts": {