diff options
author | 2021-08-18 09:24:09 -0700 | |
---|---|---|
committer | 2021-08-18 09:24:09 -0700 | |
commit | 986bed8ca4101ec1e56f89ce0cf136d01b6919ad (patch) | |
tree | 0549af4ca842551f0fcba01f71bb9b61684629e7 /packages/astro-parser | |
parent | 68f46c827ec491c80df98e6100629d8f10a16beb (diff) | |
download | astro-986bed8ca4101ec1e56f89ce0cf136d01b6919ad.tar.gz astro-986bed8ca4101ec1e56f89ce0cf136d01b6919ad.tar.zst astro-986bed8ca4101ec1e56f89ce0cf136d01b6919ad.zip |
Version Packages (#1150)astro@0.19.0@astrojs/parser@0.18.6
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 9c2da8ef7..3da1b144d 100644 --- a/packages/astro-parser/CHANGELOG.md +++ b/packages/astro-parser/CHANGELOG.md @@ -1,5 +1,7 @@ # @astrojs/parser +## 0.18.6 + ## 0.18.5 ### Patch Changes diff --git a/packages/astro-parser/package.json b/packages/astro-parser/package.json index 6623a7497..fa617cad8 100644 --- a/packages/astro-parser/package.json +++ b/packages/astro-parser/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/parser", - "version": "0.18.5", + "version": "0.18.6", "author": "Skypack", "license": "MIT", "type": "commonjs", |