summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-04 08:22:09 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-04 15:22:09 +0000
commit822befc59b3cdf98d429baa7e3716f7aaae661c3 (patch)
treed26b25db93cfa2041d5fe00243354d7bd3ec04b9
parent5ccccace0cc3055117f118a88231999fab585a3b (diff)
downloadastro-822befc59b3cdf98d429baa7e3716f7aaae661c3.tar.gz
astro-822befc59b3cdf98d429baa7e3716f7aaae661c3.tar.zst
astro-822befc59b3cdf98d429baa7e3716f7aaae661c3.zip
[ci] release (#3813)@astrojs/image@0.0.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/pretty-rats-yawn.md6
-rw-r--r--packages/integrations/image/CHANGELOG.md7
-rw-r--r--packages/integrations/image/package.json2
3 files changed, 8 insertions, 7 deletions
diff --git a/.changeset/pretty-rats-yawn.md b/.changeset/pretty-rats-yawn.md
deleted file mode 100644
index aad63ee7b..000000000
--- a/.changeset/pretty-rats-yawn.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@astrojs/image': patch
----
-
-- Updates how the `<Image />` component is exported to support older versions of Astro
-- Adds an example of using the `<Image />` 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 f94473cbb..aad6710e5 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 `<Image />` component is exported to support older versions of Astro
+ - Adds an example of using the `<Image />` component in markdown pages
+
## 0.0.3
### Patch Changes
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index 4ffa94ec1..538601a49 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",