From 6916c872e2cf5f73adcfa2f7053798d56ad2d453 Mon Sep 17 00:00:00 2001 From: Diego Augusto Molina Date: Fri, 6 Sep 2024 17:27:05 -0300 Subject: [PATCH] fix whatsNewUrl in package.json for v11.2.x (#93058) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a3ee6fbeae..bbef4b756ed 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "generate-apis": "rtk-query-codegen-openapi ./scripts/generate-rtk-apis.ts" }, "grafana": { - "whatsNewUrl": "https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v11-0/", + "whatsNewUrl": "https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v11-2/", "releaseNotesUrl": "https://grafana.com/docs/grafana/next/release-notes/" }, "devDependencies": {