From 7ec91990ffb74e5fc168d9db24112940838e9511 Mon Sep 17 00:00:00 2001 From: Dimitris Sotirakis Date: Fri, 16 Jun 2023 14:55:14 +0300 Subject: [PATCH] `package.json`: Fix `what's new` URL in `package.json` (#70233) Fix what's new url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 456e4815a4f..2798fb7ce2b 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "betterer:issues": "ts-node --transpile-only --project ./scripts/cli/tsconfig.json ./scripts/cli/generateBettererIssues.ts" }, "grafana": { - "whatsNewUrl": "https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v9-2/", + "whatsNewUrl": "https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-0/", "releaseNotesUrl": "https://grafana.com/docs/grafana/next/release-notes/" }, "lint-staged": {