diff options
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 597672239..ecc9d3719 100644 --- a/packages/astro-parser/CHANGELOG.md +++ b/packages/astro-parser/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/parser +## 0.13.3 + +### Patch Changes + +- ab2972b: Update package.json engines for esm support + ## 0.12.1 ### Patch Changes diff --git a/packages/astro-parser/package.json b/packages/astro-parser/package.json index 8ec968260..8dc445015 100644 --- a/packages/astro-parser/package.json +++ b/packages/astro-parser/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/parser", - "version": "0.12.1", + "version": "0.13.3", "author": "Skypack", "license": "MIT", "type": "commonjs", |