Merge pull request #2382 from jspsych/changeset-release/main

Version Packages
This commit is contained in:
Josh de Leeuw 2021-12-08 09:35:36 -05:00 committed by GitHub
commit 3cc1ba3368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 7 deletions

View File

@ -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.

2
package-lock.json generated
View File

@ -15939,7 +15939,7 @@
} }
}, },
"packages/jspsych": { "packages/jspsych": {
"version": "7.1.1", "version": "7.1.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"auto-bind": "^4.0.0", "auto-bind": "^4.0.0",

View File

@ -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

View File

@ -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",