Skip to content

Commit

Permalink
chore: Bump version and update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
  • Loading branch information
mahendrapaipuri committed Sep 17, 2024
1 parent f7c4500 commit c2c5e97
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.6.2

- Set a viewport to browser when fetching dashboard model [#113](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/113)
- Bump dependencies [#110](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/110), [#111](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/111), [#113](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/113), [#114](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/114)

## 1.6.1

- Ensure we fallback to API data when browser reqs fails [#109](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/109)
- Bump dependencies [#99](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/99), [#102](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/102)

## 1.6.0

- Support configurable header and footer templates [#97](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/97)
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.6.1",
"version": "1.6.2",
"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 c2c5e97

Please sign in to comment.