From bbe7f7970f07caf7a3ff6be782fde2c22f2870c2 Mon Sep 17 00:00:00 2001 From: Sriramajeyam Sugumaran <153843+yesoreyeram@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:53:12 +0000 Subject: [PATCH] revert changelog and version bump --- CHANGELOG.md | 4 ---- package.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e383e31..1bc14663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,5 @@ # Change Log -## [1.5.3] - 2023-11-16 - -- **Chore** - Update backend grafana plugin SDK - ## [1.5.2] - **BugFix** - Fix config page backwards compatibility with Grafana < 10.1 diff --git a/package.json b/package.json index 11cdb84f..d8b58da5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-github-datasource", - "version": "1.5.3", + "version": "1.5.2", "description": "loads data from github issues/Pr's to Grafana", "private": true, "scripts": {