From e08bf0cc9d46079eb3dc01df84b561246eb75b9f Mon Sep 17 00:00:00 2001 From: David Darnes Date: Tue, 23 Aug 2022 10:01:39 +0100 Subject: [PATCH] Update `netlify-plugin-ghost-markdown` to v3.1.0 As the title describes. Ps. Has the local development workflow improved for Build Plugins? I currently have an additional repo which is connected to a Netlify site just to test my plugin locally. Ideally I'd have a test / demo directory in my Build Plugin repo which I can test with and demonstrate the plugin. Can anyone give me any pointers? Thanks! --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 17a14f7eb..af7eeb46a 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -129,7 +129,7 @@ "name": "Ghost markdown", "package": "netlify-plugin-ghost-markdown", "repo": "https://github.com/daviddarnes/netlify-plugin-ghost-markdown", - "version": "3.0.3" + "version": "3.1.0" }, { "author": "netlify-labs",