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 Mar 18, 2024
1 parent 4da1a4d commit eced7ca
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.0.0

- Support rendering full dashboards [#7](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/7)
- Using chromium to generate PDF reports [#6](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/6)

## 0.1.0

- Grafana Labs Review [#4](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/4)
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": "0.1.0",
"version": "1.0.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 eced7ca

Please sign in to comment.