diff options
Diffstat (limited to 'packages/integrations/image')
-rw-r--r-- | packages/integrations/image/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/image/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index 78c8cc092..87a9aa7d4 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/image +## 0.3.0 + +### Minor Changes + +- [#4045](https://github.com/withastro/astro/pull/4045) [`a397b981f`](https://github.com/withastro/astro/commit/a397b981f5f46dee85e6e00aa39633d018d4b9a2) Thanks [@tony-sull](https://github.com/tony-sull)! - Big improvements to the TypeScript and Language Tools support for `@astrojs/image` :tada: + ## 0.2.0 ### Minor Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index fb8635eb1..5415aff92 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.2.0", + "version": "0.3.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |