From 2e9a0d4755c4813013db7dd0a603b6617bcaf052 Mon Sep 17 00:00:00 2001 From: Arve Knudsen Date: Thu, 15 Oct 2020 13:09:34 +0200 Subject: [PATCH] Chore: Update what's new and release notes URL in package.json Signed-off-by: Arve Knudsen --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7dba3ec2e1e..fd9ab7860d1 100644 --- a/package.json +++ b/package.json @@ -45,8 +45,8 @@ "ci:test-frontend": "yarn run prettier:check && yarn run packages:typecheck && yarn run typecheck && yarn run test" }, "grafana": { - "whatsNewUrl": "https://grafana.com/docs/grafana/latest/guides/whats-new-in-v7-2/", - "releaseNotesUrl": "https://community.grafana.com/t/release-notes-v7-2-x/36321" + "whatsNewUrl": "https://grafana.com/docs/grafana/latest/guides/whats-new-in-v7-3/", + "releaseNotesUrl": "https://community.grafana.com/t/release-notes-v7-3-x/37993" }, "husky": { "hooks": {