diff --git a/.changeset/pre.json b/.changeset/pre.json index ab902d3f3..7cf66a7b5 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -6,6 +6,7 @@ }, "changesets": [ "long-kids-wait", + "short-tips-begin", "tasty-garlics-call", "wicked-forks-do", "wise-shrimps-knock", diff --git a/lib/compiler/CHANGELOG.md b/lib/compiler/CHANGELOG.md index 5a8ddad06..5a1e54a07 100644 --- a/lib/compiler/CHANGELOG.md +++ b/lib/compiler/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/compiler +## 0.12.0-next.1 + +### Patch Changes + +- a539d53: Update exposed types + ## 0.12.0-next.0 ### Minor Changes diff --git a/lib/compiler/package.json b/lib/compiler/package.json index 8f73d8db7..232466df9 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.0", + "version": "0.12.0-next.1", "scripts": { "build": "tsc -p ." },