diff options
author | 2022-07-29 21:29:04 -0700 | |
---|---|---|
committer | 2022-07-30 00:29:04 -0400 | |
commit | 268d44e25b86bccdd95ed69fdce2ef6e585a3908 (patch) | |
tree | 8de3b6a2b183750e78f073f585278491fe741ba6 /packages/markdown/component/CHANGELOG.md | |
parent | f36a0e87a6f8860d3760519abac3d0f3f208871b (diff) | |
download | astro-268d44e25b86bccdd95ed69fdce2ef6e585a3908.tar.gz astro-268d44e25b86bccdd95ed69fdce2ef6e585a3908.tar.zst astro-268d44e25b86bccdd95ed69fdce2ef6e585a3908.zip |
[ci] release (#4086)astro@1.0.0-rc.3@astrojs/mdx@0.4.0@astrojs/markdown-component@0.2.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/markdown/component/CHANGELOG.md')
-rw-r--r-- | packages/markdown/component/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/markdown/component/CHANGELOG.md b/packages/markdown/component/CHANGELOG.md index 9643d05ba..7e181e8a7 100644 --- a/packages/markdown/component/CHANGELOG.md +++ b/packages/markdown/component/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/markdown-component +## 0.2.1 + +### Patch Changes + +- [#4085](https://github.com/withastro/astro/pull/4085) [`c15cb3663`](https://github.com/withastro/astro/commit/c15cb36636320012c7d0c9d6ac8620029da70b0b) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix TypeScript error when importing the component + ## 0.2.0 ### Minor Changes |