Skip to content

Commit

Permalink
Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed Mar 7, 2024
1 parent fa508df commit 78c31af
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [1.0.3] - 2024-03-07

### Miscellaneous Tasks

- Correct repository url and plugin name
- Get gh workflows going

## [1.0.2] - 2024-03-07

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "identiops-service-dependency-graph-panel",
"version": "1.0.2",
"version": "1.0.3",
"description": "Service Dependency Graph panel for Grafana",
"main": "src/module.js",
"scripts":
Expand Down Expand Up @@ -112,4 +112,4 @@
"webpack": "^5.90.3"
},
"packageManager": "[email protected]"
}
}
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "identiops-service-dependency-graph-panel",
"info":
{
"version": "1.0.2",
"version": "1.0.3",
"updated": "2024-03-07",
"description": "Service Dependency Graph panel for Grafana. Shows metric-based, dynamic dependency graph between services, indicates responsetime, load and error rate statistic for individual services and communication edges. Shows communication to external services, such as Web calls, database calls, message queues, LDAP calls, etc. Provides a details dialog for each selected service that shows statistics about incoming and outgoing traffic.",
"author":
Expand Down Expand Up @@ -50,4 +50,4 @@
"grafanaDependency": ">=10.3.3",
"plugins": []
}
}
}

0 comments on commit 78c31af

Please sign in to comment.