From 42e7731042dd4654f0bedcc1d913f86e7bd9c02a Mon Sep 17 00:00:00 2001 From: Lennart Date: Mon, 3 Jul 2023 12:59:40 +0200 Subject: [PATCH] feat: add Next.js runtime 4.39.0 behind a feature flag --- site/plugins.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/plugins.json b/site/plugins.json index 19f445756..4a7e18ed6 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -611,6 +611,10 @@ "repo": "https://github.com/netlify/next-runtime", "version": "4.38.1", "compatibility": [ + { + "version": "4.39.0", + "featureFlag": "build_plugins_use_prerelease" + }, { "version": "4.38.1", "migrationGuide": "https://ntl.fyi/next-plugin-migration"