diff options
author | 2024-03-26 14:24:02 -0700 | |
---|---|---|
committer | 2024-03-26 17:24:02 -0400 | |
commit | bb7707e1715fc3f496e4c3f07834221c8da62ff6 (patch) | |
tree | c577387365fd88322290d6555b8e9d79c61346a1 /packages/markdown/remark | |
parent | 348c1ca1323d0516c2dcf8e963343cd12cb5407f (diff) | |
download | astro-3811ce55eef254a709cc70a24863231fbce3b68b.tar.gz astro-3811ce55eef254a709cc70a24863231fbce3b68b.tar.zst astro-3811ce55eef254a709cc70a24863231fbce3b68b.zip |
[ci] release (#10556)astro@4.5.10@astrojs/sitemap@3.1.2@astrojs/mdx@2.2.2@astrojs/markdown-remark@4.3.2@astrojs/db@0.9.5
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.md | 7 | ||||
-rw-r--r-- | packages/markdown/remark/package.json | 2 |
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", |