diff --git a/CHANGELOG.md b/CHANGELOG.md index bca173ec..48d94e88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.1](https://github.com/ni/systemlink-grafana-plugins/compare/v1.4.0...v1.4.1) (2023-07-20) + + +### Bug Fixes + +* Broken and missing plugin defintions ([71ef81e](https://github.com/ni/systemlink-grafana-plugins/commit/71ef81e0ed06cb1682e9981a5e08f421535e05a9)) + # [1.4.0](https://github.com/ni/systemlink-grafana-plugins/compare/v1.3.0...v1.4.0) (2023-07-20) diff --git a/package-lock.json b/package-lock.json index 6ce51af2..2e0546ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "systemlink-grafana-plugins", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "systemlink-grafana-plugins", - "version": "1.4.0", + "version": "1.4.1", "license": "Apache-2.0", "dependencies": { "@emotion/css": "^11.1.3", diff --git a/package.json b/package.json index 24cf536b..2e94154e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "systemlink-grafana-plugins", - "version": "1.4.0", + "version": "1.4.1", "description": "Plugins for visualizing data from SystemLink services", "private": true, "scripts": {