From 936a9f89899d67fc83da991e629713c4d88236ee Mon Sep 17 00:00:00 2001 From: Rob Stanford Date: Tue, 11 Jul 2023 15:54:52 +0100 Subject: [PATCH] feat: add Next.js runtime 4.39.1 behind a feature flag (#1227) --- site/plugins.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/plugins.json b/site/plugins.json index 81db789b1..3a336feac 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -611,6 +611,10 @@ "repo": "https://github.com/netlify/next-runtime", "version": "4.39.0", "compatibility": [ + { + "version": "4.39.1", + "featureFlag": "build_plugins_use_prerelease" + }, { "version": "4.39.0", "migrationGuide": "https://ntl.fyi/next-plugin-migration"