diff --git a/.changeset/early-trees-rush.md b/.changeset/early-trees-rush.md deleted file mode 100644 index b289525ca..000000000 --- a/.changeset/early-trees-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/compiler': patch ---- - -Fix attributes starting with : not being properly transformed in the TSX output diff --git a/packages/compiler/CHANGELOG.md b/packages/compiler/CHANGELOG.md index 61453526d..ff14f2f49 100644 --- a/packages/compiler/CHANGELOG.md +++ b/packages/compiler/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/compiler +## 1.1.1 + +### Patch Changes + +- 6765f01: Fix attributes starting with : not being properly transformed in the TSX output + ## 1.1.0 ### Minor Changes diff --git a/packages/compiler/package.json b/packages/compiler/package.json index a4413d4bf..ab47c1d8b 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": "1.1.0", + "version": "1.1.1", "scripts": { "build": "tsc -p ." },