diff options
Diffstat (limited to 'packages/astro-parser')
-rw-r--r-- | packages/astro-parser/CHANGELOG.md | 2 | ||||
-rw-r--r-- | packages/astro-parser/package.json | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/packages/astro-parser/CHANGELOG.md b/packages/astro-parser/CHANGELOG.md index 0bec5dc02..c59c8b69d 100644 --- a/packages/astro-parser/CHANGELOG.md +++ b/packages/astro-parser/CHANGELOG.md @@ -1,5 +1,7 @@ # @astrojs/parser +## 0.22.1 + ## 0.22.0 ### Minor Changes diff --git a/packages/astro-parser/package.json b/packages/astro-parser/package.json index 6fd3e3df0..40e67286b 100644 --- a/packages/astro-parser/package.json +++ b/packages/astro-parser/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/parser", - "version": "0.22.0", + "version": "0.22.1", "type": "commonjs", "author": "withastro", "license": "MIT", |