[ci] release (#3813)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-07-04 08:22:09 -07:00 committed by GitHub
parent 5ccccace0c
commit 822befc59b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 7 deletions

View file

@ -1,6 +0,0 @@
---
'@astrojs/image': patch
---
- Updates how the `<Image />` component is exported to support older versions of Astro
- Adds an example of using the `<Image />` component in markdown pages

View file

@ -1,5 +1,12 @@
# @astrojs/image
## 0.0.4
### Patch Changes
- [#3812](https://github.com/withastro/astro/pull/3812) [`5ccccace`](https://github.com/withastro/astro/commit/5ccccace0cc3055117f118a88231999fab585a3b) Thanks [@tony-sull](https://github.com/tony-sull)! - - Updates how the `<Image />` component is exported to support older versions of Astro
- Adds an example of using the `<Image />` component in markdown pages
## 0.0.3
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/image",
"description": "Load and transform images in your Astro site.",
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"types": "./dist/types.d.ts",
"author": "withastro",