From 7a95ba1fe8a612c36720c84eab86e05386eec914 Mon Sep 17 00:00:00 2001 From: Rob Stanford Date: Mon, 23 Oct 2023 10:28:40 +0100 Subject: [PATCH] feat: added Next.js runtime 4.41.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 0233c00ee..00bdef392 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -611,6 +611,10 @@ "repo": "https://github.com/netlify/next-runtime", "version": "4.40.2", "compatibility": [ + { + "version": "4.41.1", + "featureFlag": "build_plugins_use_prerelease" + }, { "version": "4.40.2", "migrationGuide": "https://ntl.fyi/next-plugin-migration"