diff options
author | 2021-05-28 18:28:11 -0500 | |
---|---|---|
committer | 2021-05-28 18:28:46 -0500 | |
commit | 16c9272f35b661c2ac7eae460c10f0eb2f5c4558 (patch) | |
tree | 80dcb051b0deebb393609cb2b31561af0b275dbe /packages/astro-parser | |
parent | 45c508fa463572cbda6566a912e614ebf72ce36a (diff) | |
download | astro-16c9272f35b661c2ac7eae460c10f0eb2f5c4558.tar.gz astro-16c9272f35b661c2ac7eae460c10f0eb2f5c4558.tar.zst astro-16c9272f35b661c2ac7eae460c10f0eb2f5c4558.zip |
chore: update astro-parser
Diffstat (limited to 'packages/astro-parser')
-rw-r--r-- | packages/astro-parser/CHANGELOG.md | 5 | ||||
-rw-r--r-- | packages/astro-parser/package.json | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/packages/astro-parser/CHANGELOG.md b/packages/astro-parser/CHANGELOG.md index 959ecdc1f..0edc835f7 100644 --- a/packages/astro-parser/CHANGELOG.md +++ b/packages/astro-parser/CHANGELOG.md @@ -1,5 +1,10 @@ # astro-parser +### 0.12.0-next.0 + +### Patch Changes + +- Fixes a few more Markdown issues ## 0.11.0 ### Patch Changes diff --git a/packages/astro-parser/package.json b/packages/astro-parser/package.json index 457d86197..64ac0d770 100644 --- a/packages/astro-parser/package.json +++ b/packages/astro-parser/package.json @@ -1,6 +1,6 @@ { "name": "astro-parser", - "version": "0.11.0", + "version": "0.12.0-next.0", "author": "Skypack", "license": "MIT", "type": "commonjs", |