From 6b1ed2dca0ebedfe965b070f8413d0fc743b4342 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 24 Feb 2022 22:19:23 +0000 Subject: [PATCH] [ci] release (next) --- .changeset/pre.json | 1 + lib/compiler/CHANGELOG.md | 6 ++++++ lib/compiler/package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) 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 ." },