Skip to content

Commit

Permalink
chore: Update changelog and bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Mahendra Paipuri <[email protected]>
  • Loading branch information
mahendrapaipuri committed Aug 8, 2024
1 parent b740a29 commit fd85911
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.5.0

- Enhancement in plugin configuration and bug fixes [#61](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/61)
- Reuse single browser instance in requests [#59](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/59)
- Remove vfs dependency entirely [#58](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/58)
- Split config into sections [#55](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/55)
- feat: inline images in report html [#53](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/53)
- misc: refactor plugin [#52](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/52)
- deps: Update all backend dependencies [#50](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/50)

## 1.4.1

- Correct logo json tag in config struct [#37](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/37)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mahendrapaipuri-dashboardreporter-app",
"version": "1.4.1",
"version": "1.5.0",
"description": "A Grafana plugin app that generates PDF reports from Grafana dashboards",
"config": {
"plainUrl": "http://admin:admin@localhost:3080/api/plugins/mahendrapaipuri-dashboardreporter-app/resources/report?dashUid=fdlwjnyim1la8f&layout=simple&orientation=portrait&dashboardMode=default&var-testvar0=All&var-testvar1=foo&var-testvar2=1",
Expand Down

0 comments on commit fd85911

Please sign in to comment.