diff --git a/.changeset/odd-laws-sleep.md b/.changeset/odd-laws-sleep.md
deleted file mode 100644
index 363b1886..00000000
--- a/.changeset/odd-laws-sleep.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@jspsych-contrib/plugin-rdk": minor
----
-
-If you want coherent dots to change their directions during a trial, you can set `flip_timestamps` and flip their directions as much as you want.
diff --git a/README.md b/README.md
index a4188328..56df5317 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ The `/packages` directory also contains four template sub-folders that can be us
+
### Plugins
Plugin | Contributor | Description
@@ -87,6 +88,7 @@ The `/packages` directory also contains four template sub-folders that can be us
+
Contributions to this repository must:
diff --git a/package-lock.json b/package-lock.json
index 0a97c4a4..aa958e2e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -19011,7 +19011,7 @@
},
"packages/plugin-rdk": {
"name": "@jspsych-contrib/plugin-rdk",
- "version": "1.1.0",
+ "version": "1.2.0",
"license": "MIT",
"devDependencies": {
"@jspsych/config": "^2.0.0",
diff --git a/packages/extension-touchscreen-buttons/examples/example1.html b/packages/extension-touchscreen-buttons/examples/example1.html
index 5bc95aa6..46d6f690 100644
--- a/packages/extension-touchscreen-buttons/examples/example1.html
+++ b/packages/extension-touchscreen-buttons/examples/example1.html
@@ -5,7 +5,7 @@
Experiment
-
+
diff --git a/packages/plugin-rdk/CHANGELOG.md b/packages/plugin-rdk/CHANGELOG.md
index 4d446d96..2300fac1 100644
--- a/packages/plugin-rdk/CHANGELOG.md
+++ b/packages/plugin-rdk/CHANGELOG.md
@@ -1,5 +1,11 @@
# @jspsych-contrib/plugin-rdk
+## 1.2.0
+
+### Minor Changes
+
+- [#147](https://github.com/jspsych/jspsych-contrib/pull/147) [`7c775983b5852b5c44949f4bcd5bd7d45b048b3b`](https://github.com/jspsych/jspsych-contrib/commit/7c775983b5852b5c44949f4bcd5bd7d45b048b3b) Thanks [@Hoboki](https://github.com/Hoboki)! - If you want coherent dots to change their directions during a trial, you can set `flip_timestamps` and flip their directions as much as you want.
+
## 1.1.0
### Minor Changes
diff --git a/packages/plugin-rdk/package.json b/packages/plugin-rdk/package.json
index 867b743f..5faac529 100644
--- a/packages/plugin-rdk/package.json
+++ b/packages/plugin-rdk/package.json
@@ -1,6 +1,6 @@
{
"name": "@jspsych-contrib/plugin-rdk",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "This plugin displays a Random Dot Kinematogram (RDK) and allows the subject to report the primary direction of motion by pressing a key on the keyboard.",
"type": "module",
"main": "dist/index.cjs",
diff --git a/packages/plugin-rdk/readme.md b/packages/plugin-rdk/readme.md
index 0cfbb7f3..bf75a522 100644
--- a/packages/plugin-rdk/readme.md
+++ b/packages/plugin-rdk/readme.md
@@ -9,7 +9,7 @@ This plugin displays a Random Dot Kinematogram (RDK) and allows the subject to r
### In browser
```js
-
+
```
### Via NPM