[ci] release (#4823)

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:55:48 -07:00 committed by GitHub
parent b2c9059ed8
commit 5684a016bb
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
---
Prevent background flattening on formats supporting transparency

View file

@ -1,5 +1,11 @@
# @astrojs/image
## 0.7.1
### Patch Changes
- [#4800](https://github.com/withastro/astro/pull/4800) [`ea37de86e`](https://github.com/withastro/astro/commit/ea37de86e4b0f1e1e371fabf37495321c71bd24d) Thanks [@obennaci](https://github.com/obennaci)! - Prevent background flattening on formats supporting transparency
## 0.7.0
### Minor Changes

View file

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