summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-05-30 13:53:55 -0700
committerGravatar GitHub <noreply@github.com> 2023-05-30 16:53:55 -0400
commitba865f5d6412b33d96e4473b9a2b5d1d5ff30323 (patch)
tree7f724494e93547156a5549611abc0b0483458223 /packages/integrations/mdx/CHANGELOG.md
parentf5063d0a01e3179da902fdc0a2b22f88cb3c95c7 (diff)
downloadastro-@astrojs/sitemap@1.3.2.tar.gz
astro-@astrojs/sitemap@1.3.2.tar.zst
astro-@astrojs/sitemap@1.3.2.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/mdx/CHANGELOG.md')
-rw-r--r--packages/integrations/mdx/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
index 72df6c84b..c5bf908fc 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/mdx
+## 0.19.5
+
+### Patch Changes
+
+- [#7151](https://github.com/withastro/astro/pull/7151) [`ea16570b1`](https://github.com/withastro/astro/commit/ea16570b1e0929678170c10b06c011dc668d7013) Thanks [@bluwy](https://github.com/bluwy)! - Add `optimize` option for faster builds and rendering
+
+- [#7192](https://github.com/withastro/astro/pull/7192) [`7851f9258`](https://github.com/withastro/astro/commit/7851f9258fae2f54795470253df9ce4bcd5f9cb0) Thanks [@ematipico](https://github.com/ematipico)! - Detect `mdx` files using their full extension
+
+- [#7191](https://github.com/withastro/astro/pull/7191) [`27c6e0182`](https://github.com/withastro/astro/commit/27c6e01826a6da525f1f811d97784accd1ebbd96) Thanks [@bluwy](https://github.com/bluwy)! - Remove `@mdx-js/rollup` dependency
+
## 0.19.4
### Patch Changes