From bb7707e1715fc3f496e4c3f07834221c8da62ff6 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Tue, 26 Mar 2024 14:24:02 -0700 Subject: [ci] release (#10556) Co-authored-by: github-actions[bot] --- packages/markdown/remark/CHANGELOG.md | 7 +++++++ packages/markdown/remark/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'packages/markdown/remark') 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", -- cgit v1.2.3