diff options
author | 2025-05-22 05:03:48 -0700 | |
---|---|---|
committer | 2025-05-22 13:03:48 +0100 | |
commit | 3632dda0c14d03b6849a2f513fc2467a91bcbc83 (patch) | |
tree | 51478d366e7d9db48a890f51c9aa58bd60ab363d /packages/markdown | |
parent | 3c3b492375bd6a63f1fb6cede3685aff999be3c9 (diff) | |
download | astro-f3f5b2607aee8bbaf5868560b733ddd3af3de7cf.tar.gz astro-f3f5b2607aee8bbaf5868560b733ddd3af3de7cf.tar.zst astro-f3f5b2607aee8bbaf5868560b733ddd3af3de7cf.zip |
[ci] release (#13840)create-astro@4.12.0astro@5.8.0@astrojs/vue@5.1.0@astrojs/upgrade@0.6.0@astrojs/telemetry@3.3.0@astrojs/svelte@7.1.0@astrojs/solid-js@5.1.0@astrojs/react@4.3.0@astrojs/prism@3.3.0@astrojs/preact@4.1.0@astrojs/mdx@4.3.0@astrojs/markdown-remark@6.3.2@astrojs/markdoc@0.15.0
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/markdown')
-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 b87b8a37c..4d1898ae7 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/markdown-remark +## 6.3.2 + +### Patch Changes + +- Updated dependencies [[`3c3b492`](https://github.com/withastro/astro/commit/3c3b492375bd6a63f1fb6cede3685aff999be3c9)]: + - @astrojs/prism@3.3.0 + ## 6.3.1 ### Patch Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 739360ff9..cd6879fd8 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "6.3.1", + "version": "6.3.2", "type": "module", "author": "withastro", "license": "MIT", |