From e7848a098b7b577e14209bc3426b13e856eedf26 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Mon, 27 Mar 2023 12:54:55 -0400 Subject: [PATCH] feat: added Next.js runtime 4.33.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 43587aa2e..8049dcae3 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -611,6 +611,10 @@ "repo": "https://github.com/netlify/next-runtime", "version": "4.32.2", "compatibility": [ + { + "version": "4.33.0", + "featureFlag": "build_plugins_use_prerelease" + }, { "version": "4.32.2", "migrationGuide": "https://ntl.fyi/next-plugin-migration"