Skip to content

Commit

Permalink
update changelog & package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kminehart committed Sep 15, 2020
1 parent dce65a1 commit b29fc99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Entries

## [1.0.4] 2020-09-14
## [1.0.5] 2020-09-15

- Added Pull Request ID (Number), URL, and Repository name to pull request responses ( fixes #60 )
- Added the ability to search for all Pull Requests in an organization using the org: search term ( fixes #61 )
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": "grafana-github-datasource",
"version": "1.0.4",
"version": "1.0.5",
"description": "loads data from github issues/Pr's to Grafana",
"scripts": {
"build": "rm -rf node_modules/@grafana/data/node_modules; grafana-toolkit plugin:build",
Expand Down

0 comments on commit b29fc99

Please sign in to comment.