[ci] yarn format

This commit is contained in:
natemoo-re 2021-05-17 14:32:43 +00:00 committed by GitHub Actions
parent 971c58da4d
commit 7a0fd2bd4e
2 changed files with 3 additions and 1 deletions

View file

@ -1,8 +1,9 @@
# astro-parser
## 0.1.0
### Minor Changes
- b3886c2: Enhanced **Markdown** support! Markdown processing has been moved from `micromark` to `remark` to prepare Astro for user-provided `remark` plugins _in the future_.
This change also introduces a built-in `<Markdown>` component for embedding Markdown and any Astro-supported component format inside of `.astro` files. [Read more about Astro's Markdown support.](https://github.com/snowpackjs/astro/blob/main/docs/markdown.md)

View file

@ -1,6 +1,7 @@
# prettier-plugin-astro
## 0.0.2
### Patch Changes
- Updated dependencies [b3886c2]