diff options
author | 2023-03-22 05:53:15 -0700 | |
---|---|---|
committer | 2023-03-22 20:53:15 +0800 | |
commit | 66e006028c56fd414fd14414d73bf534a5fd607b (patch) | |
tree | f5ece368b9ffc9cdab203a61cc56acc2fd8a5a7e /packages/markdown | |
parent | 7f7a8504b5c2df4c99d3025931860c0d50992510 (diff) | |
download | astro-@astrojs/markdoc@0.0.4.tar.gz astro-@astrojs/markdoc@0.0.4.tar.zst astro-@astrojs/markdoc@0.0.4.zip |
[ci] release (#6612)astro@2.1.5@astrojs/markdown-remark@2.1.2@astrojs/markdoc@0.0.4
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 | 9 | ||||
-rw-r--r-- | packages/markdown/remark/package.json | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index b47ea3850..5a7a474d9 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/markdown-remark +## 2.1.2 + +### Patch Changes + +- [#6604](https://github.com/withastro/astro/pull/6604) [`7f7a8504b`](https://github.com/withastro/astro/commit/7f7a8504b5c2df4c99d3025931860c0d50992510) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix using optimized images in Markdown not working + +- Updated dependencies [[`7f7a8504b`](https://github.com/withastro/astro/commit/7f7a8504b5c2df4c99d3025931860c0d50992510), [`38e6ec21e`](https://github.com/withastro/astro/commit/38e6ec21e266ad8765d8ca2293034123b34e839a), [`f42f47dc6`](https://github.com/withastro/astro/commit/f42f47dc6a91cdb6534dab0ecbf9e8e85f00ba40)]: + - astro@2.1.5 + ## 2.1.1 ### Patch Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 48f9385cb..a29996eb9 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "2.1.1", + "version": "2.1.2", "type": "module", "author": "withastro", "license": "MIT", @@ -25,7 +25,7 @@ "test": "mocha --exit --timeout 20000" }, "peerDependencies": { - "astro": "workspace:^2.1.4" + "astro": "workspace:^2.1.5" }, "dependencies": { "@astrojs/prism": "^2.1.0", |