diff --git a/CHANGELOG.md b/CHANGELOG.md index 90071225..76dde8a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.43.7](https://github.com/ni/systemlink-grafana-plugins/compare/v3.43.6...v3.43.7) (2024-12-03) + +### Bug Fixes + +* **assets:** addressing feedback for naming the assets ([#114](https://github.com/ni/systemlink-grafana-plugins/issues/114)) ([5b0bd98](https://github.com/ni/systemlink-grafana-plugins/commit/5b0bd987dffadbe6fe2ef7349d3a9fc9fa72d87b)) + ## [3.43.6](https://github.com/ni/systemlink-grafana-plugins/compare/v3.43.5...v3.43.6) (2024-11-25) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index f54c0d28..6ac43634 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "systemlink-grafana-plugins", - "version": "3.43.6", + "version": "3.43.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "systemlink-grafana-plugins", - "version": "3.43.6", + "version": "3.43.7", "license": "Apache-2.0", "dependencies": { "@emotion/css": "^11.1.3", diff --git a/package.json b/package.json index 2c61f4d6..f18f29c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "systemlink-grafana-plugins", - "version": "3.43.6", + "version": "3.43.7", "description": "Plugins for visualizing data from SystemLink services", "private": true, "scripts": {