diff --git a/.changeset/pre.json b/.changeset/pre.json index 8302a5c85..ff8fca6df 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -6,6 +6,7 @@ }, "changesets": [ "long-kids-wait", + "modern-dots-destroy", "short-tips-begin", "tasty-garlics-call", "unlucky-swans-destroy", diff --git a/lib/compiler/CHANGELOG.md b/lib/compiler/CHANGELOG.md index 3ba3da09f..51c98a499 100644 --- a/lib/compiler/CHANGELOG.md +++ b/lib/compiler/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/compiler +## 0.12.0-next.3 + +### Patch Changes + +- ef69b74: Export `./types` rather than `./types.d.ts` + ## 0.12.0-next.2 ### Patch Changes diff --git a/lib/compiler/package.json b/lib/compiler/package.json index 9762fb1ad..055f9586b 100644 --- a/lib/compiler/package.json +++ b/lib/compiler/package.json @@ -5,7 +5,7 @@ "type": "module", "bugs": "https://github.com/withastro/compiler/issues", "homepage": "https://astro.build", - "version": "0.12.0-next.2", + "version": "0.12.0-next.3", "scripts": { "build": "tsc -p ." },