diff --git a/.changeset/lucky-cups-rhyme.md b/.changeset/lucky-cups-rhyme.md
deleted file mode 100644
index 90eaccf2b..000000000
--- a/.changeset/lucky-cups-rhyme.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/compiler': patch
----
-
-Fix some edge cases with expressions inside of `
` elements
diff --git a/.changeset/odd-kiwis-shave.md b/.changeset/odd-kiwis-shave.md
deleted file mode 100644
index 5c90a4e22..000000000
--- a/.changeset/odd-kiwis-shave.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/compiler': patch
----
-
-Fix edge case with textarea inside expression
diff --git a/lib/compiler/CHANGELOG.md b/lib/compiler/CHANGELOG.md
index 9e2e45d73..ca50c4845 100644
--- a/lib/compiler/CHANGELOG.md
+++ b/lib/compiler/CHANGELOG.md
@@ -1,5 +1,12 @@
# @astrojs/compiler
+## 0.7.3
+
+### Patch Changes
+
+- cc24069: Fix some edge cases with expressions inside of `` elements
+- 086275c: Fix edge case with textarea inside expression
+
## 0.7.2
### Patch Changes
diff --git a/lib/compiler/package.json b/lib/compiler/package.json
index 702266b3b..54bd55c98 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.7.2",
+ "version": "0.7.3",
"scripts": {
"build": "tsc -p ."
},