diff --git a/.changeset/spotty-bears-jump.md b/.changeset/spotty-bears-jump.md
deleted file mode 100644
index 42114c39..00000000
--- a/.changeset/spotty-bears-jump.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-"@jspsych-contrib/plugin-html-swipe-response": patch
----
-
-Bug fix: Added button response value to trial data.
-Bug fix: Disabled buttons for all response modalities. Added tests for this (keyboard and button).
-Additional feature: Added responded css class to the buttons based on the choice. Modified test to include this.
diff --git a/package-lock.json b/package-lock.json
index 09a997f9..6119f1e1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17830,7 +17830,7 @@
},
"packages/plugin-html-swipe-response": {
"name": "@jspsych-contrib/plugin-html-swipe-response",
- "version": "1.1.0",
+ "version": "1.1.1",
"license": "MIT",
"dependencies": {
"canvas": "^2.11.2",
diff --git a/packages/plugin-html-swipe-response/CHANGELOG.md b/packages/plugin-html-swipe-response/CHANGELOG.md
index 25e2b643..0e4204af 100644
--- a/packages/plugin-html-swipe-response/CHANGELOG.md
+++ b/packages/plugin-html-swipe-response/CHANGELOG.md
@@ -1,5 +1,13 @@
# @jspsych-contrib/plugin-html-swipe-response
+## 1.1.1
+
+### Patch Changes
+
+- [#112](https://github.com/jspsych/jspsych-contrib/pull/112) [`a5753c8fc0921a959ca4d6c2b60290fad7fdc668`](https://github.com/jspsych/jspsych-contrib/commit/a5753c8fc0921a959ca4d6c2b60290fad7fdc668) Thanks [@KruttikaBhat](https://github.com/KruttikaBhat)! - Bug fix: Added button response value to trial data.
+ Bug fix: Disabled buttons for all response modalities. Added tests for this (keyboard and button).
+ Additional feature: Added responded css class to the buttons based on the choice. Modified test to include this.
+
## 1.1.0
### Minor Changes
diff --git a/packages/plugin-html-swipe-response/README.md b/packages/plugin-html-swipe-response/README.md
index 0d1783b9..4b99e95e 100644
--- a/packages/plugin-html-swipe-response/README.md
+++ b/packages/plugin-html-swipe-response/README.md
@@ -7,7 +7,7 @@ This plugin displays HTML content and records responses generated by swipe gestu
## Loading
```js
-
+
```
## Compatibility
diff --git a/packages/plugin-html-swipe-response/package.json b/packages/plugin-html-swipe-response/package.json
index 2d6e89f2..3ad645a5 100644
--- a/packages/plugin-html-swipe-response/package.json
+++ b/packages/plugin-html-swipe-response/package.json
@@ -1,6 +1,6 @@
{
"name": "@jspsych-contrib/plugin-html-swipe-response",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "",
"type": "module",
"main": "dist/index.cjs",