summaryrefslogtreecommitdiff
path: root/packages/markdown/remark
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-03-26 14:24:02 -0700
committerGravatar GitHub <noreply@github.com> 2024-03-26 17:24:02 -0400
commitbb7707e1715fc3f496e4c3f07834221c8da62ff6 (patch)
treec577387365fd88322290d6555b8e9d79c61346a1 /packages/markdown/remark
parent348c1ca1323d0516c2dcf8e963343cd12cb5407f (diff)
downloadastro-3811ce55eef254a709cc70a24863231fbce3b68b.tar.gz
astro-3811ce55eef254a709cc70a24863231fbce3b68b.tar.zst
astro-3811ce55eef254a709cc70a24863231fbce3b68b.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/markdown/remark')
-rw-r--r--packages/markdown/remark/CHANGELOG.md7
-rw-r--r--packages/markdown/remark/package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md
index 32de91ba2..1320ce6f9 100644
--- a/packages/markdown/remark/CHANGELOG.md
+++ b/packages/markdown/remark/CHANGELOG.md
@@ -1,5 +1,12 @@
# @astrojs/markdown-remark
+## 4.3.2
+
+### Patch Changes
+
+- [#10540](https://github.com/withastro/astro/pull/10540) [`c585528f446ccca3d4c643f4af5d550b93c18902`](https://github.com/withastro/astro/commit/c585528f446ccca3d4c643f4af5d550b93c18902) Thanks [@imkunet](https://github.com/imkunet)! - This patch allows Shiki to use all of its reserved languages instead of the
+ previous behavior of forcing unknown languages to plaintext.
+
## 4.3.1
### Patch Changes
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index a696f6087..a13fdca19 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
- "version": "4.3.1",
+ "version": "4.3.2",
"type": "module",
"author": "withastro",
"license": "MIT",