diff --git a/.changeset/breezy-sails-pay.md b/.changeset/breezy-sails-pay.md deleted file mode 100644 index f3ac9200..00000000 --- a/.changeset/breezy-sails-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-github-datasource': patch ---- - -update create-plugin configs diff --git a/.changeset/fancy-teeth-search.md b/.changeset/fancy-teeth-search.md deleted file mode 100644 index df304773..00000000 --- a/.changeset/fancy-teeth-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-github-datasource': patch ---- - -Fixed the broken E2E tests with updated plugin-e2e package diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5506cb..0516c4f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 2.4.1 + +🐛 Update create-plugin configs +🐛 Fixed the broken E2E tests with updated plugin-e2e package + ## 2.4.0 ### Minor Changes diff --git a/package.json b/package.json index ab80f48f..6d47bd4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-github-datasource", - "version": "2.4.0", + "version": "2.4.1", "private": true, "description": "The GitHub data source plugin for Grafana lets you to query the GitHub API in Grafana so you can visualize your GitHub repositories and projects.", "repository": "github:grafana/github-datasource",