summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-08-08 16:10:55 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-08 18:10:55 -0500
commit4d29163d11e17942f606ecebbfe5a6a2d26a030e (patch)
treedd41777ee5821b40b17cb13b5cb50b1249c4e3fe /packages/integrations/mdx
parent7eb54fcb4ffdbd56186ede86868c569ce8304188 (diff)
downloadastro-4d29163d11e17942f606ecebbfe5a6a2d26a030e.tar.gz
astro-4d29163d11e17942f606ecebbfe5a6a2d26a030e.tar.zst
astro-4d29163d11e17942f606ecebbfe5a6a2d26a030e.zip
* [ci] release * Update CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/mdx')
-rw-r--r--packages/integrations/mdx/CHANGELOG.md10
-rw-r--r--packages/integrations/mdx/package.json2
2 files changed, 11 insertions, 1 deletions
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
index 89a8fc37b..51fa24d84 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/mdx
+## 0.8.0
+
+### Minor Changes
+
+- [#4204](https://github.com/withastro/astro/pull/4204) [`4c2ca5352`](https://github.com/withastro/astro/commit/4c2ca5352d0c4119ed2a9e5e0b78ce71eb1b414a) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Remove `frontmatterOptions` from MDX config
+
+### Patch Changes
+
+- [#4205](https://github.com/withastro/astro/pull/4205) [`6c9736cbc`](https://github.com/withastro/astro/commit/6c9736cbc90162f1de3ebccd7cfe98332749b639) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add frontmatter injection instructions to README
+
## 0.7.0
### Minor Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 81423b3ea..abe28af6b 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Use MDX within Astro",
- "version": "0.7.0",
+ "version": "0.8.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",