diff options
author | 2022-08-10 13:54:12 -0700 | |
---|---|---|
committer | 2022-08-10 16:54:12 -0400 | |
commit | 1ee08baf912f4850bd5dc312a752f9eebba971ec (patch) | |
tree | d6c663a439fecee1432ef3358646468f502331a5 /packages/integrations/mdx | |
parent | a9baa45af35abdd3e1930fb49e8b6fb0a4340e2a (diff) | |
download | astro-1ee08baf912f4850bd5dc312a752f9eebba971ec.tar.gz astro-1ee08baf912f4850bd5dc312a752f9eebba971ec.tar.zst astro-1ee08baf912f4850bd5dc312a752f9eebba971ec.zip |
[ci] release (#4228)
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 c8e389628..08a6037e8 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/mdx +## 0.8.2 + +### Patch Changes + +- [#4237](https://github.com/withastro/astro/pull/4237) [`9d5ab5508`](https://github.com/withastro/astro/commit/9d5ab55086964fbede17da3d78c209c6d8d13711) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Update "Astro.props.content" -> "Astro.props.frontmatter" in README + ## 0.8.1 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 3aca2ea27..d8f62ac23 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.8.1", + "version": "0.8.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |