diff options
author | 2021-06-25 09:51:28 -0400 | |
---|---|---|
committer | 2021-06-25 09:51:28 -0400 | |
commit | 91e11aee2a57b6613fc824168950d7e3c7b0e144 (patch) | |
tree | 4b44dc4076c4ceb8e65b01cc8cee898756bc1cf4 /packages/astro-parser | |
parent | 21dc28cb8e19a05a66beb461010cc6982e85ea10 (diff) | |
download | astro-91e11aee2a57b6613fc824168950d7e3c7b0e144.tar.gz astro-91e11aee2a57b6613fc824168950d7e3c7b0e144.tar.zst astro-91e11aee2a57b6613fc824168950d7e3c7b0e144.zip |
Version Packages (#543)
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 4bc0244de..ba1d8fc36 100644 --- a/packages/astro-parser/CHANGELOG.md +++ b/packages/astro-parser/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/parser +## 0.15.0 + +### Patch Changes + +- 47ac2cc: Fix #521, allowing `{...spread}` props to work again + ## 0.13.10 ### Patch Changes diff --git a/packages/astro-parser/package.json b/packages/astro-parser/package.json index 815f2c7ad..d5c6b760f 100644 --- a/packages/astro-parser/package.json +++ b/packages/astro-parser/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/parser", - "version": "0.13.10", + "version": "0.15.0", "author": "Skypack", "license": "MIT", "type": "commonjs", |