From f5a1b489ab735d7ce3c4249293539026f177d697 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 12:39:15 +0100 Subject: [PATCH] Version Packages (#39) Co-authored-by: github-actions[bot] --- .changeset/sixty-carpets-reflect.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/sixty-carpets-reflect.md diff --git a/.changeset/sixty-carpets-reflect.md b/.changeset/sixty-carpets-reflect.md deleted file mode 100644 index 891a8b5..0000000 --- a/.changeset/sixty-carpets-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-netlify-cms": patch ---- - -Restart Netlify CMS proxy server when astro.config reloads diff --git a/CHANGELOG.md b/CHANGELOG.md index a9d434b..2216d5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-netlify-cms +## 0.3.3 + +### Patch Changes + +- [#38](https://github.com/delucis/astro-netlify-cms/pull/38) [`9b2802c`](https://github.com/delucis/astro-netlify-cms/commit/9b2802cb1727d9e1e2f695ad1631c71af9bb9a52) Thanks [@delucis](https://github.com/delucis)! - Restart Netlify CMS proxy server when astro.config reloads + ## 0.3.2 ### Patch Changes diff --git a/package.json b/package.json index 6566314..77e78f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-netlify-cms", - "version": "0.3.2", + "version": "0.3.3", "description": "Add Netlify CMS’s admin dashboard to your Astro project", "repository": "delucis/astro-netlify-cms", "homepage": "https://github.com/delucis/astro-netlify-cms",