diff --git a/.changeset/strong-chairs-walk.md b/.changeset/strong-chairs-walk.md deleted file mode 100644 index 57d443431..000000000 --- a/.changeset/strong-chairs-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/compiler': patch ---- - -Fixes a bug where expressions starting with whitespace, followed by anything else, weren't printed correctly. diff --git a/packages/compiler/CHANGELOG.md b/packages/compiler/CHANGELOG.md index e0fb49d98..d4f569a7d 100644 --- a/packages/compiler/CHANGELOG.md +++ b/packages/compiler/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/compiler +## 2.4.1 + +### Patch Changes + +- 7a07089: Fixes a bug where expressions starting with whitespace, followed by anything else, weren't printed correctly. + ## 2.4.0 ### Minor Changes diff --git a/packages/compiler/package.json b/packages/compiler/package.json index 723a17c35..8444cd385 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -5,7 +5,7 @@ "type": "module", "bugs": "https://github.com/withastro/compiler/issues", "homepage": "https://astro.build", - "version": "2.4.0", + "version": "2.4.1", "scripts": { "build": "tsup" },