diff --git a/.changeset/rare-years-draw.md b/.changeset/rare-years-draw.md
deleted file mode 100644
index c1be8d887c..0000000000
--- a/.changeset/rare-years-draw.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@jspsych/plugin-survey-multi-choice": patch
----
-
-The plugin will now work in cases where there are multiple forms on the page.
\ No newline at end of file
diff --git a/docs/demos/jspsych-survey-multi-choice-demo1.html b/docs/demos/jspsych-survey-multi-choice-demo1.html
index 9ccd35a9c7..d1a23226d2 100644
--- a/docs/demos/jspsych-survey-multi-choice-demo1.html
+++ b/docs/demos/jspsych-survey-multi-choice-demo1.html
@@ -4,7 +4,7 @@
-
+
diff --git a/docs/demos/jspsych-survey-multi-choice-demo2.html b/docs/demos/jspsych-survey-multi-choice-demo2.html
index 665182f69f..630c9f85a3 100644
--- a/docs/demos/jspsych-survey-multi-choice-demo2.html
+++ b/docs/demos/jspsych-survey-multi-choice-demo2.html
@@ -4,7 +4,7 @@
-
+
diff --git a/docs/plugins/survey-multi-choice.md b/docs/plugins/survey-multi-choice.md
index 9040128500..e47f388159 100644
--- a/docs/plugins/survey-multi-choice.md
+++ b/docs/plugins/survey-multi-choice.md
@@ -31,7 +31,7 @@ question_order | array | An array with the order of questions. For example `[2,0
Using the CDN-hosted JavaScript file:
```js
-
+
```
Using the JavaScript file downloaded from a GitHub release dist archive:
diff --git a/package-lock.json b/package-lock.json
index a46d7161fc..d19c3ac917 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15583,7 +15583,7 @@
},
"packages/plugin-survey-multi-choice": {
"name": "@jspsych/plugin-survey-multi-choice",
- "version": "2.0.1",
+ "version": "2.0.2",
"license": "MIT",
"devDependencies": {
"@jspsych/config": "^3.1.1",
diff --git a/packages/plugin-survey-multi-choice/CHANGELOG.md b/packages/plugin-survey-multi-choice/CHANGELOG.md
index 920ba655d4..ba5f61620e 100644
--- a/packages/plugin-survey-multi-choice/CHANGELOG.md
+++ b/packages/plugin-survey-multi-choice/CHANGELOG.md
@@ -1,5 +1,11 @@
# @jspsych/plugin-survey-multi-choice
+## 2.0.2
+
+### Patch Changes
+
+- [#3444](https://github.com/jspsych/jsPsych/pull/3444) [`996d403a`](https://github.com/jspsych/jsPsych/commit/996d403ac302e68da8cec9b48a007cb0ad9a260f) Thanks [@crava2199](https://github.com/crava2199)! - The plugin will now work in cases where there are multiple forms on the page.
+
## 2.0.1
### Patch Changes
diff --git a/packages/plugin-survey-multi-choice/package.json b/packages/plugin-survey-multi-choice/package.json
index 6b98dc3e96..abc2707aa1 100644
--- a/packages/plugin-survey-multi-choice/package.json
+++ b/packages/plugin-survey-multi-choice/package.json
@@ -1,6 +1,6 @@
{
"name": "@jspsych/plugin-survey-multi-choice",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "a jspsych plugin for multiple choice survey questions",
"type": "module",
"main": "dist/index.cjs",