diff options
Diffstat (limited to 'packages/markdown')
-rw-r--r-- | packages/markdown/component/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/markdown/component/package.json | 2 |
2 files changed, 7 insertions, 1 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 diff --git a/packages/markdown/component/package.json b/packages/markdown/component/package.json index 2b2743ae6..242b54bd3 100644 --- a/packages/markdown/component/package.json +++ b/packages/markdown/component/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-component", - "version": "0.2.0", + "version": "0.2.1", "type": "module", "author": "withastro", "license": "MIT", |