diff options
author | 2022-06-30 11:39:44 -0700 | |
---|---|---|
committer | 2022-06-30 11:39:44 -0700 | |
commit | d07ad8a782c16920f043fdbcac8af850a960081b (patch) | |
tree | 51986e9b2e43c4ca303d902fde4a4782ed76ee6c /packages/integrations/mdx | |
parent | bf44b2ab88751d59f1d1071a878944ce49554210 (diff) | |
download | astro-@astrojs/netlify@0.4.8.tar.gz astro-@astrojs/netlify@0.4.8.tar.zst astro-@astrojs/netlify@0.4.8.zip |
[ci] release (#3774)astro@1.0.0-beta.60@astrojs/vercel@0.2.4@astrojs/telemetry@0.2.3@astrojs/sitemap@0.2.4@astrojs/prefetch@0.0.3@astrojs/partytown@0.1.6@astrojs/node@0.1.3@astrojs/netlify@0.4.8@astrojs/mdx@0.0.2@astrojs/deno@0.1.8
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 | 7 | ||||
-rw-r--r-- | packages/integrations/mdx/package.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md new file mode 100644 index 000000000..8a376ebf8 --- /dev/null +++ b/packages/integrations/mdx/CHANGELOG.md @@ -0,0 +1,7 @@ +# @astrojs/mdx + +## 0.0.2 + +### Patch Changes + +- [#3706](https://github.com/withastro/astro/pull/3706) [`032ad1c0`](https://github.com/withastro/astro/commit/032ad1c047a62dd663067cc562537d16f2872aa7) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Initial release! 🎉 diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 7171c61f9..285690337 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.0.1", + "version": "0.0.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |