From a76b0aa27c8b58436fa71b08ab0e926c29a5e0e6 Mon Sep 17 00:00:00 2001 From: "Fred K. Bot" <108291165+fredkbot@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:05:13 -0700 Subject: [PATCH] [ci] release (#4822) Co-authored-by: github-actions[bot] --- .changeset/khaki-trainers-cheat.md | 5 ----- packages/integrations/netlify/CHANGELOG.md | 6 ++++++ packages/integrations/netlify/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/khaki-trainers-cheat.md diff --git a/.changeset/khaki-trainers-cheat.md b/.changeset/khaki-trainers-cheat.md deleted file mode 100644 index 4751c5817..000000000 --- a/.changeset/khaki-trainers-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/netlify': patch ---- - -Fix processing of images in Netlify Functions diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 08e05a1b3..e2ac69e4f 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/netlify +## 1.0.4 + +### Patch Changes + +- [#4820](https://github.com/withastro/astro/pull/4820) [`9bfbd63f0`](https://github.com/withastro/astro/commit/9bfbd63f05d21b51f7fd726fc4c16949919529a0) Thanks [@matthewp](https://github.com/matthewp)! - Fix processing of images in Netlify Functions + ## 1.0.3 ### Patch Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 6aa6e268b..c88710e77 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/netlify", "description": "Deploy your site to Netlify", - "version": "1.0.3", + "version": "1.0.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro",