From 46d196696901ec9853f2272eb11fc12066bc7508 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 14 Aug 2023 17:50:18 +0000 Subject: [PATCH] chore(release): 1.9.1 [skip ci] ## [1.9.1](https://github.com/ni/systemlink-grafana-plugins/compare/v1.9.0...v1.9.1) (2023-08-14) ### Bug Fixes * Rename Data Table data source ([#15](https://github.com/ni/systemlink-grafana-plugins/issues/15)) ([d0926ce](https://github.com/ni/systemlink-grafana-plugins/commit/d0926ce4a584658968e38c69a9884482585b1be9)) --- 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 513dcb8..226beda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.1](https://github.com/ni/systemlink-grafana-plugins/compare/v1.9.0...v1.9.1) (2023-08-14) + + +### Bug Fixes + +* Rename Data Table data source ([#15](https://github.com/ni/systemlink-grafana-plugins/issues/15)) ([d0926ce](https://github.com/ni/systemlink-grafana-plugins/commit/d0926ce4a584658968e38c69a9884482585b1be9)) + # [1.9.0](https://github.com/ni/systemlink-grafana-plugins/compare/v1.8.0...v1.9.0) (2023-08-11) diff --git a/package-lock.json b/package-lock.json index e8dcb09..d698e05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "systemlink-grafana-plugins", - "version": "1.9.0", + "version": "1.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "systemlink-grafana-plugins", - "version": "1.9.0", + "version": "1.9.1", "license": "Apache-2.0", "dependencies": { "@emotion/css": "^11.1.3", diff --git a/package.json b/package.json index e632e41..51473bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "systemlink-grafana-plugins", - "version": "1.9.0", + "version": "1.9.1", "description": "Plugins for visualizing data from SystemLink services", "private": true, "scripts": {