From a1e227638c0f243c81de320db7df9fcac5b7ad00 Mon Sep 17 00:00:00 2001 From: Dimitris Sotirakis Date: Thu, 4 Mar 2021 12:08:52 +0200 Subject: [PATCH] Fix whatsNewUrl version to 7.5 (#31667) * Fix whatsNewUrl version * Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 618d81f40bd..9476ba6d774 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "ci:test-frontend": "yarn run prettier:check && yarn run typecheck && yarn run lint && yarn run test:ci && yarn grafana-toolkit node-version-check && ./scripts/ci-check-strict.sh" }, "grafana": { - "whatsNewUrl": "https://grafana.com/docs/grafana/latest/guides/whats-new-in-v7-4/", + "whatsNewUrl": "https://grafana.com/docs/grafana/latest/guides/whats-new-in-v7-5/", "releaseNotesUrl": "https://grafana.com/docs/grafana/latest/release-notes/" }, "husky": {