add missing changeset

This commit is contained in:
Fred K. Schott 2022-04-12 20:08:00 -07:00
parent d33e177817
commit 5316253445

View file

@ -0,0 +1,7 @@
---
'@astrojs/markdown-remark': minor
---
- Removed `renderMarkdownWithFrontmatter` because it wasn't being used
- All options of `renderMarkdown` are now required — see the exported interface `AstroMarkdownOptions`
- New types: RemarkPlugin, RehypePlugin and ShikiConfig