diff options
author | 2021-07-30 10:19:00 -0400 | |
---|---|---|
committer | 2021-07-30 10:19:00 -0400 | |
commit | 001594faa07867c0684b4c291c14cb1550956bdb (patch) | |
tree | 4a307b48728ba6da3f9950d1f93a58073d6b8d9c /packages/astro-parser | |
parent | fadb652b95280822c002b3d1b9a09ef7f4377127 (diff) | |
download | astro-001594faa07867c0684b4c291c14cb1550956bdb.tar.gz astro-001594faa07867c0684b4c291c14cb1550956bdb.tar.zst astro-001594faa07867c0684b4c291c14cb1550956bdb.zip |
Version Packages (#940)
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 | 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 76a8daaa4..9c2da8ef7 100644 --- a/packages/astro-parser/CHANGELOG.md +++ b/packages/astro-parser/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/parser +## 0.18.5 + +### Patch Changes + +- cd2b5df4: Prevents locking up checking for --- inside of the HTML portion + ## 0.18.0 ### Patch Changes diff --git a/packages/astro-parser/package.json b/packages/astro-parser/package.json index 15ada0d89..6623a7497 100644 --- a/packages/astro-parser/package.json +++ b/packages/astro-parser/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/parser", - "version": "0.18.0", + "version": "0.18.5", "author": "Skypack", "license": "MIT", "type": "commonjs", |