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 <mahendra.paipuri@gmail.com>
  • Loading branch information
mahendrapaipuri committed May 21, 2024
1 parent 4b883e4 commit 6231f7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.4.0

- Support configurable time zone [#35](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/35)
- Support repeated panels and/or rows [#33](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/33)

## 1.3.0

- Support including branding logo in report [#29](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/29)
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.3.0",
"version": "1.4.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 6231f7c

Please sign in to comment.