diff options
author | 2022-09-20 13:05:13 -0700 | |
---|---|---|
committer | 2022-09-20 16:05:13 -0400 | |
commit | a76b0aa27c8b58436fa71b08ab0e926c29a5e0e6 (patch) | |
tree | 792707b9828d06eede467ca08ad9cff778e323d6 | |
parent | 0f4f514fd9f555ffb5f9adc970554d31c1669ec3 (diff) | |
download | astro-a76b0aa27c8b58436fa71b08ab0e926c29a5e0e6.tar.gz astro-a76b0aa27c8b58436fa71b08ab0e926c29a5e0e6.tar.zst astro-a76b0aa27c8b58436fa71b08ab0e926c29a5e0e6.zip |
[ci] release (#4822)@astrojs/netlify@1.0.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/khaki-trainers-cheat.md | 5 | ||||
-rw-r--r-- | packages/integrations/netlify/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/netlify/package.json | 2 |
3 files changed, 7 insertions, 6 deletions
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", |