diff --git a/.changeset/pretty-rats-yawn.md b/.changeset/pretty-rats-yawn.md
deleted file mode 100644
index aad63ee7b101..000000000000
--- a/.changeset/pretty-rats-yawn.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@astrojs/image': patch
----
-
-- Updates how the `` component is exported to support older versions of Astro
-- Adds an example of using the `` component in markdown pages
\ No newline at end of file
diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md
index f94473cbbbe2..aad6710e53f4 100644
--- a/packages/integrations/image/CHANGELOG.md
+++ b/packages/integrations/image/CHANGELOG.md
@@ -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 `` component is exported to support older versions of Astro
+ - Adds an example of using the `` component in markdown pages
+
## 0.0.3
### Patch Changes
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index 4ffa94ec1c27..538601a4989d 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.0.3",
+ "version": "0.0.4",
"type": "module",
"types": "./dist/types.d.ts",
"author": "withastro",