diff options
author | 2023-03-31 07:32:28 -0700 | |
---|---|---|
committer | 2023-03-31 16:32:28 +0200 | |
commit | 07e8a1bab4f1d1442854cec65e8f66b247fc87c7 (patch) | |
tree | 23c038cb72deaa977e38a3cdea3573daab697229 /packages/integrations/image/CHANGELOG.md | |
parent | c2d4ae1cbed622b2fadeb1fe8cc8bbed5f5adc8f (diff) | |
download | astro-8f0875b246e7221c18ef6caeb226527b1dd5a245.tar.gz astro-8f0875b246e7221c18ef6caeb226527b1dd5a245.tar.zst astro-8f0875b246e7221c18ef6caeb226527b1dd5a245.zip |
[ci] release (#6694)astro@2.1.9@astrojs/rss@2.3.2@astrojs/react@2.1.1@astrojs/lit@2.0.0@astrojs/image@0.16.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/image/CHANGELOG.md')
-rw-r--r-- | packages/integrations/image/CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index acae2de03..fb9ab0c61 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/image +## 0.16.4 + +### Patch Changes + +- [#6701](https://github.com/withastro/astro/pull/6701) [`46ecf4662`](https://github.com/withastro/astro/commit/46ecf466281450caedff5915cecde7a9fe3fdde0) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove unnecessary `.wasm` files inside build output when possible + +- Updated dependencies [[`c0b7864a4`](https://github.com/withastro/astro/commit/c0b7864a41dd9f31e5a588208d1ff806d4edf047), [`5e33c51a9`](https://github.com/withastro/astro/commit/5e33c51a9c3c3b731a33f2c4a020a36d1471b78b), [`c2d4ae1cb`](https://github.com/withastro/astro/commit/c2d4ae1cbed622b2fadeb1fe8cc8bbed5f5adc8f), [`08e92f4f8`](https://github.com/withastro/astro/commit/08e92f4f8ece50e377af5b0caca4ad789e0f23c1), [`f0b732d32`](https://github.com/withastro/astro/commit/f0b732d326c609208f30485b9805a84a321a870e), [`a0bdf4ce2`](https://github.com/withastro/astro/commit/a0bdf4ce2f36a0ce7045dc9f96c15dc7d9204c47), [`c04ea0d43`](https://github.com/withastro/astro/commit/c04ea0d43cc2aa8ebe520a1def19dd89828cf662), [`46ecf4662`](https://github.com/withastro/astro/commit/46ecf466281450caedff5915cecde7a9fe3fdde0)]: + - astro@2.1.9 + ## 0.16.3 ### Patch Changes |