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 <[email protected]>
  • Loading branch information
mahendrapaipuri committed Apr 7, 2024
1 parent c4ff5f8 commit 3f56681
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.1.0

- Correct download URL in bootstrap script [#22](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/22)
- Configure grafana data path from provisioning [#18](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/18)
- Add skip TLS config option [#17](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/17)
- docs: fix plugin name in example urls [#13](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/13)
- docs: Add missing installation steps in README [#10](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/10)

## 1.0.0

- Support rendering full dashboards [#7](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/7)
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.0.0",
"version": "1.1.0",
"description": "A Grafana plugin app that generates PDF reports from Grafana dashboards",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 3f56681

Please sign in to comment.