From a6311945e188604bf55b5db87fb2f229d5a9b063 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Tue, 3 Oct 2023 16:50:19 +0200 Subject: [PATCH] feat: set next.js runtime 4.40.1 as stable version --- site/plugins.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/site/plugins.json b/site/plugins.json index 864790e7d..f2aaa971e 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -609,14 +609,10 @@ "name": "Next.js Runtime", "package": "@netlify/plugin-nextjs", "repo": "https://github.com/netlify/next-runtime", - "version": "4.39.4", + "version": "4.40.1", "compatibility": [ { "version": "4.40.1", - "featureFlag": "build_plugins_use_prerelease" - }, - { - "version": "4.39.4", "migrationGuide": "https://ntl.fyi/next-plugin-migration" }, {