From ff65e29e4f0d25a6307872dc2783a563e98c8ea5 Mon Sep 17 00:00:00 2001 From: Sarah Etter Date: Tue, 7 Feb 2023 09:42:18 -0500 Subject: [PATCH] feat: add feature flag to v 4.30.4 of next runtime --- site/plugins.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/plugins.json b/site/plugins.json index 041b87b14..b7c868592 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -611,6 +611,10 @@ "repo": "https://github.com/netlify/next-runtime", "version": "4.30.3", "compatibility": [ + { + "version": "4.30.4", + "featureFlag": "build_plugins_use_prerelease" + }, { "version": "4.30.3", "migrationGuide": "https://ntl.fyi/next-plugin-migration"