diff options
author | 2022-02-18 16:33:56 -0600 | |
---|---|---|
committer | 2022-02-18 16:33:56 -0600 | |
commit | 1d9f8a57f5863948eceda99a72da3fcdda986073 (patch) | |
tree | 896fc24fbdb21a2c94c30666b0694d44f9611ef4 /packages/astro-parser | |
parent | 4eb0d9863f8c884f8f6d988c1dc54450653f8a90 (diff) | |
download | astro-1d9f8a57f5863948eceda99a72da3fcdda986073.tar.gz astro-1d9f8a57f5863948eceda99a72da3fcdda986073.tar.zst astro-1d9f8a57f5863948eceda99a72da3fcdda986073.zip |
[ci] release (#2619)astro@0.23.0@astrojs/renderer-vue@0.4.0@astrojs/renderer-svelte@0.4.0@astrojs/renderer-solid@0.4.0@astrojs/renderer-react@0.5.0@astrojs/renderer-preact@0.5.0@astrojs/renderer-lit@0.4.0@astrojs/parser@0.22.1@astrojs/markdown-remark@0.6.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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", |