From bafe276a1ccf803c49d72c4febf2273d91c629bf Mon Sep 17 00:00:00 2001 From: Cole Date: Tue, 4 Oct 2022 10:52:19 -0700 Subject: [PATCH 1/2] Update plugins.json Bumping version. New version includes improvements to error handling, and fixes a potential missing dependency. --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 510c54fd6..f3097032b 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -716,6 +716,6 @@ "name": "Deploy to Formspree", "package": "netlify-plugin-formspree", "repo": "https://github.com/formspree/netlify-plugin-formspree", - "version": "0.0.3" + "version": "1.0.0" } ] From bc4567cfecf0481e91954999269efe237592dab5 Mon Sep 17 00:00:00 2001 From: Cole Date: Tue, 4 Oct 2022 11:58:48 -0700 Subject: [PATCH 2/2] Update plugins.json --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index f3097032b..5173a5dd2 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -716,6 +716,6 @@ "name": "Deploy to Formspree", "package": "netlify-plugin-formspree", "repo": "https://github.com/formspree/netlify-plugin-formspree", - "version": "1.0.0" + "version": "1.0.1" } ]