summaryrefslogtreecommitdiff
path: root/packages/integrations/image/package.json
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-11-03 06:38:29 -0700
committerGravatar GitHub <noreply@github.com> 2022-11-03 09:38:29 -0400
commit89f335b5399bf9511baa08841086c7afb05d8208 (patch)
treecb8bc1a19ea808e8159f31e06394384e11f16c66 /packages/integrations/image/package.json
parent64d0dc56bb5edce9f421d121133dedfe32841102 (diff)
downloadastro-89f335b5399bf9511baa08841086c7afb05d8208.tar.gz
astro-89f335b5399bf9511baa08841086c7afb05d8208.tar.zst
astro-89f335b5399bf9511baa08841086c7afb05d8208.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/image/package.json')
-rw-r--r--packages/integrations/image/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index dcd2120ab..93451977f 100644
--- a/packages/integrations/image/package.json
+++ b/packages/integrations/image/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/image",
"description": "Load and transform images in your Astro site.",
- "version": "0.11.0",
+ "version": "0.11.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",