0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-04-07 23:41:43 -05:00

[ci] release ()

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-09-20 13:05:13 -07:00 committed by GitHub
parent 95982bce75
commit bbe4327927
2 changed files with 7 additions and 1 deletions
packages/integrations/netlify

View file

@ -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

View file

@ -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",