diff --git a/.changeset/rare-dolphins-approve.md b/.changeset/rare-dolphins-approve.md deleted file mode 100644 index b8657b85..00000000 --- a/.changeset/rare-dolphins-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych-contrib/plugin-corsi-blocks": major ---- - -Initial release of Corsi block plugin. This plugin can show a configurable display of blocks, highlight them in a specified sequence, and record a sequence of clicks by the user. diff --git a/package-lock.json b/package-lock.json index 3504d017..3e5c523c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15169,7 +15169,7 @@ }, "packages/plugin-corsi-blocks": { "name": "@jspsych-contrib/plugin-corsi-blocks", - "version": "0.1.0", + "version": "1.0.0", "license": "MIT", "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-corsi-blocks/CHANGELOG.md b/packages/plugin-corsi-blocks/CHANGELOG.md new file mode 100644 index 00000000..18fa5e19 --- /dev/null +++ b/packages/plugin-corsi-blocks/CHANGELOG.md @@ -0,0 +1,7 @@ +# @jspsych-contrib/plugin-corsi-blocks + +## 1.0.0 + +### Major Changes + +- [#66](https://github.com/jspsych/jspsych-contrib/pull/66) [`7d41129`](https://github.com/jspsych/jspsych-contrib/commit/7d41129389d7069f7261df50cc7c4f108d65217d) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - Initial release of Corsi block plugin. This plugin can show a configurable display of blocks, highlight them in a specified sequence, and record a sequence of clicks by the user. diff --git a/packages/plugin-corsi-blocks/package.json b/packages/plugin-corsi-blocks/package.json index 38493ecc..b9ecca6f 100644 --- a/packages/plugin-corsi-blocks/package.json +++ b/packages/plugin-corsi-blocks/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych-contrib/plugin-corsi-blocks", - "version": "0.1.0", + "version": "1.0.0", "description": "Corsi blocks task plugin for jsPsych", "type": "module", "main": "dist/index.cjs",