From 1ea60e4b2d1c0df0dde39292a3de8b645be407b0 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Tue, 3 Oct 2023 17:13:14 +0200 Subject: [PATCH] feat: added Next.js runtime 4.40.2 behind a feature flag --- site/plugins.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/plugins.json b/site/plugins.json index f2aaa971e..21e6a7079 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -611,6 +611,10 @@ "repo": "https://github.com/netlify/next-runtime", "version": "4.40.1", "compatibility": [ + { + "version": "4.40.2", + "featureFlag": "build_plugins_use_prerelease" + }, { "version": "4.40.1", "migrationGuide": "https://ntl.fyi/next-plugin-migration"