From 49a77b72f234327aae6e5863b6f2be17a5dbb94e Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Tue, 17 Oct 2023 18:39:30 +0200 Subject: [PATCH] feat: set next.js runtime 4.40.2 as stable version --- site/plugins.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/site/plugins.json b/site/plugins.json index f735681d5..6d4fb0711 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -609,14 +609,10 @@ "name": "Next.js Runtime", "package": "@netlify/plugin-nextjs", "repo": "https://github.com/netlify/next-runtime", - "version": "4.40.1", + "version": "4.40.2", "compatibility": [ { "version": "4.40.2", - "featureFlag": "build_plugins_use_prerelease" - }, - { - "version": "4.40.1", "migrationGuide": "https://ntl.fyi/next-plugin-migration" }, {