diff options
Diffstat (limited to 'packages/integrations/image/package.json')
-rw-r--r-- | packages/integrations/image/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index adb28d51a..daea782be 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.16.0", + "version": "0.16.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -63,7 +63,7 @@ "vite": "^4.1.2" }, "peerDependencies": { - "astro": "workspace:^2.1.2", + "astro": "workspace:^2.1.3", "sharp": ">=0.31.0" }, "peerDependenciesMeta": { |