diff options
author | 2024-01-23 16:27:10 -0800 | |
---|---|---|
committer | 2024-01-23 19:27:10 -0500 | |
commit | eaf483fe73871e2cc8c22d17a13a550b0f0ff4e7 (patch) | |
tree | 39f156d08307c7ff129e24f16ca7b1dcaad8c9b3 /packages/integrations/mdx | |
parent | d7543d4e1be0e6f9d7a1c5c715e33b3ec09eb2b6 (diff) | |
download | astro-eaf483fe73871e2cc8c22d17a13a550b0f0ff4e7.tar.gz astro-eaf483fe73871e2cc8c22d17a13a550b0f0ff4e7.tar.zst astro-eaf483fe73871e2cc8c22d17a13a550b0f0ff4e7.zip |
[ci] release (#9785)astro@4.2.4@astrojs/mdx@2.1.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/mdx')
-rw-r--r-- | packages/integrations/mdx/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/mdx/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 9182a6d2c..05f9534e2 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/mdx +## 2.1.0 + +### Minor Changes + +- [#9753](https://github.com/withastro/astro/pull/9753) [`df37366556d46f7abdf82b09e33b08bd94e631b3`](https://github.com/withastro/astro/commit/df37366556d46f7abdf82b09e33b08bd94e631b3) Thanks [@OliverSpeir](https://github.com/OliverSpeir)! - Allows remark plugins to pass options specifying how images in .mdx files will be optimized + ## 2.0.6 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index c4f1c62f4..ee2e33940 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/mdx", "description": "Add support for MDX pages in your Astro site", - "version": "2.0.6", + "version": "2.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |