add changesets

This commit is contained in:
Josh de Leeuw 2021-10-21 09:31:37 -04:00
parent 80a74c6a4a
commit 45fb3ebb92
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@jspsych/plugin-browser-check": major
---
Initial release of the browser-check plugin. The plugin can measure various features and properties of the participant's browser and optionally exclude participants from the study based on these features and properties.

View File

@ -0,0 +1,5 @@
---
"jspsych": minor
---
`jsPsych.endExperiment()` has a new, optional second parameter for saving data. Passing in an object of key-value pairs will store the pairs in the data for the final trial of the experiment.