From fc5ed25f8386bb269425beb13a0bf08df477d252 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Sep 2024 19:24:03 +0000 Subject: [PATCH] chore(release): 3.14.0 [skip ci] ## [3.14.0](https://github.com/ni/systemlink-grafana-plugins/compare/v3.13.0...v3.14.0) (2024-09-19) ### Features * **asset:** add calibration forecast property only row formatting ([#68](https://github.com/ni/systemlink-grafana-plugins/issues/68)) ([162d782](https://github.com/ni/systemlink-grafana-plugins/commit/162d7826c9219ccfc1fc807aae2a61ea0b6b031d)) --- 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 4916911..e14fbd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.14.0](https://github.com/ni/systemlink-grafana-plugins/compare/v3.13.0...v3.14.0) (2024-09-19) + + +### Features + +* **asset:** add calibration forecast property only row formatting ([#68](https://github.com/ni/systemlink-grafana-plugins/issues/68)) ([162d782](https://github.com/ni/systemlink-grafana-plugins/commit/162d7826c9219ccfc1fc807aae2a61ea0b6b031d)) + ## [3.13.0](https://github.com/ni/systemlink-grafana-plugins/compare/v3.12.1...v3.13.0) (2024-09-11) diff --git a/package-lock.json b/package-lock.json index ce477c4..ef2df3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "systemlink-grafana-plugins", - "version": "3.13.0", + "version": "3.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "systemlink-grafana-plugins", - "version": "3.13.0", + "version": "3.14.0", "license": "Apache-2.0", "dependencies": { "@emotion/css": "^11.1.3", diff --git a/package.json b/package.json index 40a5ad7..5d4b02d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "systemlink-grafana-plugins", - "version": "3.13.0", + "version": "3.14.0", "description": "Plugins for visualizing data from SystemLink services", "private": true, "scripts": {