add changesets

This commit is contained in:
Josh de Leeuw 2021-12-06 13:42:40 -05:00
parent 03375f66a3
commit 01f8a37379
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@jspsych/test-utils": patch
---
Fix the default mode for `simulateTimeline()` to defer to jsPsych's default.

View File

@ -0,0 +1,5 @@
---
"jspsych": patch
---
Fixed the default case for `jsPsych.simulate()` when no simulation_mode is specified. Now properly runs in data-only mode.