From b29fc99f237a6dfed141d623f84fe4c441742e78 Mon Sep 17 00:00:00 2001 From: Kevin Minehart Date: Tue, 15 Sep 2020 08:06:22 -0500 Subject: [PATCH] update changelog & package.json --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0202e837..bc89797d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ) diff --git a/package.json b/package.json index 1d0f7537..162900be 100644 --- a/package.json +++ b/package.json @@ -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",