From 822befc59b3cdf98d429baa7e3716f7aaae661c3 Mon Sep 17 00:00:00 2001 From: "Fred K. Bot" <108291165+fredkbot@users.noreply.github.com> Date: Mon, 4 Jul 2022 08:22:09 -0700 Subject: [PATCH] [ci] release (#3813) Co-authored-by: github-actions[bot] --- .changeset/pretty-rats-yawn.md | 6 ------ packages/integrations/image/CHANGELOG.md | 7 +++++++ packages/integrations/image/package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/pretty-rats-yawn.md 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 `` 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 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 `` 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 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",