Skip to content

Commit

Permalink
chore: Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendrapaipuri committed Sep 2, 2024
1 parent b068ce3 commit 2f077ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.6.0

- Support configurable header and footer templates [#97](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/97)
- Use chrome from grafana-image-renderer when found [#96](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/96)
- Lint src using golanglint-ci [#95](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/95)
- Setup access control [#86](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/86)
- Bump dependencies [#63](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/63), [#64](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/64), [#65](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/65), [#66](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/66), [#67](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/67), [#68](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/68), [#69](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/69), [#70](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/70), [#71](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/71), [#72](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/72), [#74](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/74), [#79](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/79), [#80](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/80), [#81](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/81), [#91](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/91), [#93](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/93), [#94](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/94)

## 1.5.0

- Enhancement in plugin configuration and bug fixes [#61](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/61)
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.5.0",
"version": "1.6.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 2f077ed

Please sign in to comment.