From 8a028a82a2688d105eb2e165fcf83a558e2069ba Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Oct 2024 14:09:03 +0000 Subject: [PATCH] chore(release): 3.26.0 [skip ci] ## [3.26.0](https://github.com/ni/systemlink-grafana-plugins/compare/v3.25.0...v3.26.0) (2024-10-15) ### Features * **asset:** query builder for list assets ([#85](https://github.com/ni/systemlink-grafana-plugins/issues/85)) ([1a9e939](https://github.com/ni/systemlink-grafana-plugins/commit/1a9e9391cebb6442d9f50d05c3819a7483f84fcf)) --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd2623e..96ee294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.26.0](https://github.com/ni/systemlink-grafana-plugins/compare/v3.25.0...v3.26.0) (2024-10-15) + +### Features + +* **asset:** query builder for list assets ([#85](https://github.com/ni/systemlink-grafana-plugins/issues/85)) ([1a9e939](https://github.com/ni/systemlink-grafana-plugins/commit/1a9e9391cebb6442d9f50d05c3819a7483f84fcf)) + ## [3.25.0](https://github.com/ni/systemlink-grafana-plugins/compare/v3.24.0...v3.25.0) (2024-10-15) ### Features diff --git a/package-lock.json b/package-lock.json index 8788934..0212c81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "systemlink-grafana-plugins", - "version": "3.25.0", + "version": "3.26.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "systemlink-grafana-plugins", - "version": "3.25.0", + "version": "3.26.0", "license": "Apache-2.0", "dependencies": { "@emotion/css": "^11.1.3", diff --git a/package.json b/package.json index 8d50af7..fbd8ce9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "systemlink-grafana-plugins", - "version": "3.25.0", + "version": "3.26.0", "description": "Plugins for visualizing data from SystemLink services", "private": true, "scripts": {