diff --git a/CHANGELOG-nightly.md b/CHANGELOG-nightly.md
index e289cce6a..48300760e 100644
--- a/CHANGELOG-nightly.md
+++ b/CHANGELOG-nightly.md
@@ -1,3 +1,7 @@
+### 3.1.22.1000
+
+- Fixed an issue that caused chat input to break after a Twitch update
+
### 3.1.21.1000
- Added new extension notice
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5825b18ca..c611ac158 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+### 3.1.22
+
+- Fixed an issue that caused chat input to break after a Twitch update
+
### 3.1.21
- Added new extension notice
diff --git a/package.json b/package.json
index ac07570c9..de4728006 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"displayName": "7TV",
"description": "Improve your viewing experience on Twitch & Kick with new features, emotes, vanity and performance.",
"private": true,
- "version": "3.1.21",
+ "version": "3.1.22",
"dev_version": "1.0",
"scripts": {
"start": "cross-env NODE_ENV=dev yarn build:dev && cross-env NODE_ENV=dev vite --mode dev",
diff --git a/src/site/twitch.tv/modules/chat-input-controller/ChatInputControllerModule.vue b/src/site/twitch.tv/modules/chat-input-controller/ChatInputControllerModule.vue
index 68974e9b5..aa8bf940c 100644
--- a/src/site/twitch.tv/modules/chat-input-controller/ChatInputControllerModule.vue
+++ b/src/site/twitch.tv/modules/chat-input-controller/ChatInputControllerModule.vue
@@ -1,15 +1,13 @@
-
+
+
+