diff options
author | 2021-09-09 10:57:16 -0700 | |
---|---|---|
committer | 2021-09-09 10:57:16 -0700 | |
commit | 2847ff538280c97df2992dae72af20f19b083b67 (patch) | |
tree | 7589fabfd7c3b133ca428f51ff09de3b3eba8960 /packages/markdown-support | |
parent | b03f8771020f0784472d5d8898dcd360e8e13f45 (diff) | |
download | astro-2847ff538280c97df2992dae72af20f19b083b67.tar.gz astro-2847ff538280c97df2992dae72af20f19b083b67.tar.zst astro-2847ff538280c97df2992dae72af20f19b083b67.zip |
Version Packages (#1344)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/markdown-support')
-rw-r--r-- | packages/markdown-support/CHANGELOG.md | 7 | ||||
-rw-r--r-- | packages/markdown-support/package.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/packages/markdown-support/CHANGELOG.md b/packages/markdown-support/CHANGELOG.md index d08ed3e4e..eff4e46a6 100644 --- a/packages/markdown-support/CHANGELOG.md +++ b/packages/markdown-support/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/markdown-support +## 0.3.1 + +### Patch Changes + +- b03f8771: Fix parsing of an empty `<pre></pre>` tag in markdown files, which expected the pre tag to have a child +- b03f8771: Fix the importing of `unified` `Plugin` and `UnifiedPlugin` types + ## 0.3.0 ### Minor Changes diff --git a/packages/markdown-support/package.json b/packages/markdown-support/package.json index 8eb6dca25..3c2714ec6 100644 --- a/packages/markdown-support/package.json +++ b/packages/markdown-support/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-support", - "version": "0.3.0", + "version": "0.3.1", "main": "./dist/index.js", "type": "module", "repository": { |