diff options
Diffstat (limited to 'packages/astro-parser')
-rw-r--r-- | packages/astro-parser/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/astro-parser/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/astro-parser/CHANGELOG.md b/packages/astro-parser/CHANGELOG.md index 2b5e3ac72..959ecdc1f 100644 --- a/packages/astro-parser/CHANGELOG.md +++ b/packages/astro-parser/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-parser +## 0.11.0 + +### Patch Changes + +- 9cdada0: Fixes a few edge case bugs with Astro's handling of Markdown content + ## 0.1.0 ### Minor Changes diff --git a/packages/astro-parser/package.json b/packages/astro-parser/package.json index 44225d677..457d86197 100644 --- a/packages/astro-parser/package.json +++ b/packages/astro-parser/package.json @@ -1,6 +1,6 @@ { "name": "astro-parser", - "version": "0.1.0", + "version": "0.11.0", "author": "Skypack", "license": "MIT", "type": "commonjs", |