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 Oct 5, 2024
1 parent 52140b3 commit 80f7619
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.6.3

- Bump `package.json` deps [#125](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/125)
- Support rendering tables [#120](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/120)
- Bump dependencies [#115](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/115), [#116](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/116), [#117](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/117), [#118](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/118), [#119](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/119), [#121](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/121), [#124](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/124)

## 1.6.2

- Set a viewport to browser when fetching dashboard model [#113](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/113)
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.2",
"version": "1.6.3",
"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 80f7619

Please sign in to comment.