chore(release): version packages

This commit is contained in:
github-actions[bot] 2021-12-14 14:42:42 +00:00
parent 1859cdd9a7
commit a6b5b95249
3 changed files with 8 additions and 8 deletions

View File

@ -1,5 +0,0 @@
---
"@jspsych/plugin-sketchpad": patch
---
Fixed several bugs in the sketchpad plugin. See #2399 for list.

View File

@ -1,8 +1,13 @@
# @jspsych/plugin-sketchpad
## 1.0.1
### Patch Changes
- [#2401](https://github.com/jspsych/jsPsych/pull/2401) [`76ec31f2`](https://github.com/jspsych/jsPsych/commit/76ec31f2242216f871472d5e26d9c0644cea0477) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - Fixed several bugs in the sketchpad plugin. See #2399 for list.
## 1.0.0
### Major Changes
- [#2258](https://github.com/jspsych/jsPsych/pull/2258) [`bddae3ee`](https://github.com/jspsych/jsPsych/commit/bddae3eef7abb4dae1eef813a81584e3c4042b0f) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - A plugin for drawing responses on a canvas element. Supports very basic drawing operations and recording both the final image and the sequential steps to generate that image.

View File

@ -1,6 +1,6 @@
{
"name": "@jspsych/plugin-sketchpad",
"version": "1.0.0",
"version": "1.0.1",
"description": "jsPsych plugin for sketching a response",
"type": "module",
"main": "dist/index.cjs",