diff options
author | 2022-02-01 08:52:57 -0500 | |
---|---|---|
committer | 2022-02-01 08:52:57 -0500 | |
commit | dd1a14a2eb23ba9e3ccc1e51ecbd36a65f34a2a2 (patch) | |
tree | 7c43bc976b6f60cd311757e71bc0faf556d77bf1 /packages/markdown | |
parent | bc8c114dcc61eaf6b5e13b379e33bf57e384977e (diff) | |
download | astro-dd1a14a2eb23ba9e3ccc1e51ecbd36a65f34a2a2.tar.gz astro-dd1a14a2eb23ba9e3ccc1e51ecbd36a65f34a2a2.tar.zst astro-dd1a14a2eb23ba9e3ccc1e51ecbd36a65f34a2a2.zip |
[ci] release (next) (#2492)astro@0.23.0-next.0@astrojs/test-static-build-pkg@0.0.2@astrojs/markdown-remark@0.6.1-next.0
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 | 14 | ||||
-rw-r--r-- | packages/markdown/remark/package.json | 2 |
2 files changed, 11 insertions, 5 deletions
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index 6f33d7f06..a799087dc 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/markdown-remark +## 0.6.1-next.0 + +### Patch Changes + +- [#2497](https://github.com/withastro/astro/pull/2497) [`6fe1b027`](https://github.com/withastro/astro/commit/6fe1b0279fce5a7a0e90ff79746ea0b641da3e21) Thanks [@JuanM04](https://github.com/JuanM04)! - Add Shiki as an alternative to Prism + ## 0.6.0 ### Minor Changes @@ -105,10 +111,10 @@ ```js export default { - markdownOptions: { - remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]], - rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]], - }, + markdownOptions: { + remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]], + rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]], + }, }; ``` diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 00a023d1d..2be18417b 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "0.6.0", + "version": "0.6.1-next.0", "type": "module", "author": "withastro", "license": "MIT", |