From 303f2f1d324731c8b25bd404e4cebc0ba85aba50 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Tue, 1 Aug 2023 14:18:18 -0400 Subject: [PATCH] feat: set next.js runtime 4.39.1 stable and 4.39.2 in prerelease --- site/plugins.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/plugins.json b/site/plugins.json index 9c39b8eda..be3a830b3 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -609,14 +609,14 @@ "name": "Next.js Runtime", "package": "@netlify/plugin-nextjs", "repo": "https://github.com/netlify/next-runtime", - "version": "4.39.0", + "version": "4.39.1", "compatibility": [ { - "version": "4.39.1", + "version": "4.39.2", "featureFlag": "build_plugins_use_prerelease" }, { - "version": "4.39.0", + "version": "4.39.1", "migrationGuide": "https://ntl.fyi/next-plugin-migration" }, {