Skip to content

Commit

Permalink
fix: Correct version in package.json
Browse files Browse the repository at this point in the history
* Update changelog

Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
  • Loading branch information
mahendrapaipuri committed Feb 2, 2024
1 parent 74e9290 commit db5cc9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@

## 0.1.0

- Grafana Labs Review [#4](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/4)
- Add orientation config option [#3](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/3)
- Upload plugin zip to CI artifacts [#2](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/2)
- Full e2e test env [#1](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/1)
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": "0.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 db5cc9c

Please sign in to comment.