From a831bf98763206cd91dafde66ce79cf21a4b58e8 Mon Sep 17 00:00:00 2001 From: Rob Stanford Date: Tue, 22 Aug 2023 09:57:26 +0100 Subject: [PATCH] feat: added Next.js runtime 4.40.1 behind a feature flag --- site/plugins.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/plugins.json b/site/plugins.json index 676089f95..17e8a92ae 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -611,6 +611,10 @@ "repo": "https://github.com/netlify/next-runtime", "version": "4.39.4", "compatibility": [ + { + "version": "4.40.1", + "featureFlag": "build_plugins_use_prerelease" + }, { "version": "4.39.4", "migrationGuide": "https://ntl.fyi/next-plugin-migration"