diff options
author | 2022-04-02 13:46:25 -0600 | |
---|---|---|
committer | 2022-04-02 13:46:25 -0600 | |
commit | e425f896b668d98033ad3b998b50c1f28bc7f6ee (patch) | |
tree | c4d9002bc8f975fbd11eaad640b4b880d4637336 /packages/markdown | |
parent | d047baad114ae16ada6dc16c9d709147af907360 (diff) | |
download | astro-e425f896b668d98033ad3b998b50c1f28bc7f6ee.tar.gz astro-e425f896b668d98033ad3b998b50c1f28bc7f6ee.tar.zst astro-e425f896b668d98033ad3b998b50c1f28bc7f6ee.zip |
Revert "[ci] release (#2925)"
This reverts commit 48c9b142cccaff780b0d72abdd858214614af09f.
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, 1 insertions, 7 deletions
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index 6af0a30e8..3a35a1b89 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,11 +1,5 @@ # @astrojs/markdown-remark -## 0.8.0 - -### Minor Changes - -- [#2962](https://github.com/withastro/astro/pull/2962) [`17c02925`](https://github.com/withastro/astro/commit/17c02925c52027246000305cea1f9a7b6f484b00) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update config options to resepect [RFC0019](https://github.com/withastro/rfcs/blob/main/proposals/0019-config-finalization.md) - ## 0.7.0 ### Minor Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 799be8dbf..cfee47f76 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "0.8.0", + "version": "0.7.0", "type": "module", "author": "withastro", "license": "MIT", |