summaryrefslogtreecommitdiff
path: root/packages/markdown
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-05-31 13:40:19 -0400
committerGravatar GitHub <noreply@github.com> 2022-05-31 13:40:19 -0400
commitb2f955ec1badf4d61feba9d87e512ced2b3bbcda (patch)
tree79b57183f74501fa7296a0b0f6868f8c9bb748d6 /packages/markdown
parent9a31e6f1d500219881ae1c79f4d6fef2809ef247 (diff)
downloadastro-@astrojs/markdown-remark@0.10.2.tar.gz
astro-@astrojs/markdown-remark@0.10.2.tar.zst
astro-@astrojs/markdown-remark@0.10.2.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/markdown')
-rw-r--r--packages/markdown/remark/CHANGELOG.md6
-rw-r--r--packages/markdown/remark/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md
index 4137652c7..663ebb1af 100644
--- a/packages/markdown/remark/CHANGELOG.md
+++ b/packages/markdown/remark/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/markdown-remark
+## 0.10.2
+
+### Patch Changes
+
+- [#3486](https://github.com/withastro/astro/pull/3486) [`119ecf8d`](https://github.com/withastro/astro/commit/119ecf8d469f034eaf1b1217523954d29f492cb6) Thanks [@hippotastic](https://github.com/hippotastic)! - Fix components in markdown regressions
+
## 0.10.1
### Patch Changes
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index c977857fe..0d771781e 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
- "version": "0.10.1",
+ "version": "0.10.2",
"type": "module",
"author": "withastro",
"license": "MIT",