diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f334b0..577a9da 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 36d8510..f1b35c6 100644 --- a/package.json +++ b/package.json @@ -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",