From a6379cf7619130bf749daa98f689161a517b0f37 Mon Sep 17 00:00:00 2001 From: Rob Stanford Date: Tue, 22 Aug 2023 09:36:46 +0100 Subject: [PATCH] feat: set next.js runtime 4.32.2 as stable version (#1251) --- site/plugins.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/site/plugins.json b/site/plugins.json index 380a92ece..676089f95 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.3", + "version": "4.39.4", "compatibility": [ { "version": "4.39.4", - "featureFlag": "build_plugins_use_prerelease" - }, - { - "version": "4.39.3", "migrationGuide": "https://ntl.fyi/next-plugin-migration" }, {