[ci] release (#3877)

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

View file

@ -1,5 +0,0 @@
---
'@astrojs/image': patch
---
Bug: Updating the <Picture /> component to default to async image decoding

View file

@ -1,5 +1,11 @@
# @astrojs/image
## 0.1.1
### Patch Changes
- [#3876](https://github.com/withastro/astro/pull/3876) [`f9614128`](https://github.com/withastro/astro/commit/f9614128622583cba6f65cb4202d56a71b4269a3) Thanks [@tony-sull](https://github.com/tony-sull)! - Bug: Updating the <Picture /> component to default to async image decoding
## 0.1.0
### Minor Changes

View file

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