diff --git a/.changeset/young-pants-run.md b/.changeset/young-pants-run.md deleted file mode 100644 index e63aef22..00000000 --- a/.changeset/young-pants-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych-contrib/plugin-html-keyboard-response-raf": patch ---- - -Adjusted how display durations are tracked to count frames rather than rely on timers diff --git a/package-lock.json b/package-lock.json index 1534d1c0..1b589fb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17649,7 +17649,7 @@ }, "packages/plugin-html-keyboard-response-raf": { "name": "@jspsych-contrib/plugin-html-keyboard-response-raf", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "devDependencies": { "@jspsych/config": "^2.0.0", diff --git a/packages/plugin-html-keyboard-response-raf/CHANGELOG.md b/packages/plugin-html-keyboard-response-raf/CHANGELOG.md index 78097423..e198655d 100644 --- a/packages/plugin-html-keyboard-response-raf/CHANGELOG.md +++ b/packages/plugin-html-keyboard-response-raf/CHANGELOG.md @@ -1,5 +1,11 @@ # @jspsych-contrib/plugin-html-keyboard-response-raf +## 1.0.1 + +### Patch Changes + +- [#97](https://github.com/jspsych/jspsych-contrib/pull/97) [`a337d74807b74e4ce15e8aebf73ffa8a08a0a3e5`](https://github.com/jspsych/jspsych-contrib/commit/a337d74807b74e4ce15e8aebf73ffa8a08a0a3e5) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - Adjusted how display durations are tracked to count frames rather than rely on timers + ## 1.0.0 ### Major Changes diff --git a/packages/plugin-html-keyboard-response-raf/README.md b/packages/plugin-html-keyboard-response-raf/README.md index 67907dd9..c2c49bdc 100644 --- a/packages/plugin-html-keyboard-response-raf/README.md +++ b/packages/plugin-html-keyboard-response-raf/README.md @@ -9,7 +9,7 @@ This plugin implements the same functionality as the html-keyboard-response plug ### In browser ```js -