diff --git a/.changeset/thin-owls-count.md b/.changeset/thin-owls-count.md deleted file mode 100644 index 14bf146b..00000000 --- a/.changeset/thin-owls-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"jspsych": patch ---- - -Fixed the case where `simulation_options` is a function that returns a string for looking up corresponding options in the simulate settings. diff --git a/packages/jspsych/CHANGELOG.md b/packages/jspsych/CHANGELOG.md index 6feee458..4c74bb2e 100644 --- a/packages/jspsych/CHANGELOG.md +++ b/packages/jspsych/CHANGELOG.md @@ -1,5 +1,11 @@ # jspsych +## 7.1.2 + +### Patch Changes + +- [#2380](https://github.com/jspsych/jsPsych/pull/2380) [`5159e0eb`](https://github.com/jspsych/jsPsych/commit/5159e0eb23ecf2a131bf91edbd13a4b04bf0283b) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - Fixed the case where `simulation_options` is a function that returns a string for looking up corresponding options in the simulate settings. + ## 7.1.1 ### Patch Changes diff --git a/packages/jspsych/package.json b/packages/jspsych/package.json index f65fdce1..da819d2b 100644 --- a/packages/jspsych/package.json +++ b/packages/jspsych/package.json @@ -1,6 +1,6 @@ { "name": "jspsych", - "version": "7.1.1", + "version": "7.1.2", "description": "Behavioral experiments in a browser", "type": "module", "main": "dist/index.cjs",