From d8ca3ba4ca1bb4563cad9dfbf631bcee59ff2a70 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Mon, 20 Mar 2023 11:40:08 +0100 Subject: [PATCH] feat: remove prerelease feature flag, bump main to 3.6.0 for gatsby --- site/plugins.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/site/plugins.json b/site/plugins.json index 0d119b227..65f0c295c 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -639,14 +639,10 @@ "name": "Essential Gatsby", "package": "@netlify/plugin-gatsby", "repo": "https://github.com/netlify/netlify-plugin-gatsby", - "version": "3.5.2", + "version": "3.6.0", "compatibility": [ { "version": "3.6.0", - "featureFlag": "gatsby_plugin_prerelease" - }, - { - "version": "3.5.2", "migrationGuide": "https://ntl.fyi/gatsby-plugin-migration" }, {