diff --git a/.changeset/angry-rats-switch.md b/.changeset/angry-rats-switch.md deleted file mode 100644 index d299618ed..000000000 --- a/.changeset/angry-rats-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/compiler": patch ---- - -Adds the component export for use in hydration diff --git a/lib/compiler/CHANGELOG.md b/lib/compiler/CHANGELOG.md index cfb69d9f4..8ea8b6f70 100644 --- a/lib/compiler/CHANGELOG.md +++ b/lib/compiler/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/compiler +## 0.1.11 + +### Patch Changes + +- 939283d: Adds the component export for use in hydration + ## 0.1.10 ### Patch Changes diff --git a/lib/compiler/package.json b/lib/compiler/package.json index 48d203793..32986dcc5 100644 --- a/lib/compiler/package.json +++ b/lib/compiler/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/compiler", "type": "module", - "version": "0.1.10", + "version": "0.1.11", "scripts": { "build": "tsc -p ." },