mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
chore(release): version packages
This commit is contained in:
parent
beabb6a43e
commit
1eef7219e1
@ -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.
|
|
@ -1,5 +1,11 @@
|
|||||||
# jspsych
|
# 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
|
## 7.1.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "jspsych",
|
"name": "jspsych",
|
||||||
"version": "7.1.1",
|
"version": "7.1.2",
|
||||||
"description": "Behavioral experiments in a browser",
|
"description": "Behavioral experiments in a browser",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
|
Loading…
Reference in New Issue
Block a user