diff options
author | 2022-12-12 07:22:39 -0800 | |
---|---|---|
committer | 2022-12-12 10:22:39 -0500 | |
commit | a219c41319315ec08a4e10777360c010a366813e (patch) | |
tree | 896a76fc7aed51da9619f8d84d8de569343d9ea7 /packages/integrations/mdx | |
parent | f4ff69a3cd874c8804c6d01c7cbbaed8a8e90be7 (diff) | |
download | astro@1.6.15.tar.gz astro@1.6.15.tar.zst astro@1.6.15.zip |
[ci] release (#5561)astro@1.6.15@astrojs/vue@1.2.2@astrojs/node@3.1.1@astrojs/mdx@0.12.2
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 | 8 | ||||
-rw-r--r-- | packages/integrations/mdx/package.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index e9c506ea1..3295cd69e 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/mdx +## 0.12.2 + +### Patch Changes + +- [#5586](https://github.com/withastro/astro/pull/5586) [`f4ff69a3c`](https://github.com/withastro/astro/commit/f4ff69a3cd874c8804c6d01c7cbbaed8a8e90be7) Thanks [@delucis](https://github.com/delucis)! - Fix link in MDX integration README + +- [#5570](https://github.com/withastro/astro/pull/5570) [`3f811eb68`](https://github.com/withastro/astro/commit/3f811eb682d55bd1f908f9b4bc3b795d2859d713) Thanks [@sarah11918](https://github.com/sarah11918)! - Revise README + ## 0.12.1 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 12049d42a..7ff23f12d 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.12.1", + "version": "0.12.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |