diff options
author | 2023-11-14 07:20:35 -0800 | |
---|---|---|
committer | 2023-11-14 23:20:35 +0800 | |
commit | e63aac94ca8aca96a39785a2f5926827ed18c255 (patch) | |
tree | 928132fcf729d5c48a5d54e8f04973485e4f48b0 /packages/markdown | |
parent | 0aee43fc16fae51fae329a7078ddb37c018df6f7 (diff) | |
download | astro-@astrojs/markdown-remark@3.5.0.tar.gz astro-@astrojs/markdown-remark@3.5.0.tar.zst astro-@astrojs/markdown-remark@3.5.0.zip |
[ci] release (#9078)astro@3.5.4@astrojs/mdx@1.1.5@astrojs/markdown-remark@3.5.0@astrojs/markdoc@0.7.2
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.md | 6 | ||||
-rw-r--r-- | packages/markdown/remark/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index 13e67c693..54510d68c 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/markdown-remark +## 3.5.0 + +### Minor Changes + +- [#9083](https://github.com/withastro/astro/pull/9083) [`4537ecf0d`](https://github.com/withastro/astro/commit/4537ecf0d060f89cb8c000338a7fc5f4197a88c8) Thanks [@bluwy](https://github.com/bluwy)! - Exports `createShikiHighlighter` for low-level syntax highlighting usage + ## 3.4.0 ### Minor Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 4f5061e4d..9f248eb32 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "3.4.0", + "version": "3.5.0", "type": "module", "author": "withastro", "license": "MIT", |