From 85101c9c923b4966e961914700a777259ef02ea3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Oct 2023 13:20:12 +0000 Subject: [PATCH] chore(release): 3.7.3 [skip ci] ## [3.7.3](https://github.com/ni/systemlink-grafana-plugins/compare/v3.7.2...v3.7.3) (2023-10-24) ### Bug Fixes * **data-frame:** Boolean and "Value" columns ([#46](https://github.com/ni/systemlink-grafana-plugins/issues/46)) ([941dce3](https://github.com/ni/systemlink-grafana-plugins/commit/941dce3782dbeaa6cc0e30eb39504b4b45717efc)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6614a4..bcec5de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.7.3](https://github.com/ni/systemlink-grafana-plugins/compare/v3.7.2...v3.7.3) (2023-10-24) + + +### Bug Fixes + +* **data-frame:** Boolean and "Value" columns ([#46](https://github.com/ni/systemlink-grafana-plugins/issues/46)) ([941dce3](https://github.com/ni/systemlink-grafana-plugins/commit/941dce3782dbeaa6cc0e30eb39504b4b45717efc)) + ## [3.7.2](https://github.com/ni/systemlink-grafana-plugins/compare/v3.7.1...v3.7.2) (2023-10-18) diff --git a/package-lock.json b/package-lock.json index f906944..5d1ef18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "systemlink-grafana-plugins", - "version": "3.7.2", + "version": "3.7.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "systemlink-grafana-plugins", - "version": "3.7.2", + "version": "3.7.3", "license": "Apache-2.0", "dependencies": { "@emotion/css": "^11.1.3", diff --git a/package.json b/package.json index 52a5592..ec56449 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "systemlink-grafana-plugins", - "version": "3.7.2", + "version": "3.7.3", "description": "Plugins for visualizing data from SystemLink services", "private": true, "scripts": {