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 faa8da756..365f0efba 100644 --- a/packages/astro-parser/CHANGELOG.md +++ b/packages/astro-parser/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/parser +## 0.13.9 + +### Patch Changes + +- f9f2da4: Add repository key to all package.json + ## 0.13.8 ### Patch Changes diff --git a/packages/astro-parser/package.json b/packages/astro-parser/package.json index ced87269b..c9eebd8b3 100644 --- a/packages/astro-parser/package.json +++ b/packages/astro-parser/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/parser", - "version": "0.13.8", + "version": "0.13.9", "author": "Skypack", "license": "MIT", "type": "commonjs", |