diff --git a/.changeset/great-kids-sell.md b/.changeset/great-kids-sell.md deleted file mode 100644 index a628af1..0000000 --- a/.changeset/great-kids-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych/new-timeline": patch ---- - -This patch adds an executable to the new-timeline package so that it can be run via npx; fixes new-timeline js template to accomodate for non-jspsych-timelines uses. diff --git a/.changeset/nervous-geckos-prove.md b/.changeset/nervous-geckos-prove.md deleted file mode 100644 index ad8c18a..0000000 --- a/.changeset/nervous-geckos-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych/new-timeline": patch ---- - -This release publishes the @jspsych/new-timeline package on npm. This is a command line tool for creating jsPsych timelines with provided template code. All prompts have been standardized to be of the form "Enter...:" diff --git a/packages/new-timeline/CHANGELOG.md b/packages/new-timeline/CHANGELOG.md index 2956326..5f9c2a5 100644 --- a/packages/new-timeline/CHANGELOG.md +++ b/packages/new-timeline/CHANGELOG.md @@ -1,5 +1,12 @@ # @jspsych-timelines/new-timeline +## 0.0.3 + +### Patch Changes + +- f4ef2d5: This patch adds an executable to the new-timeline package so that it can be run via npx; fixes new-timeline js template to accomodate for non-jspsych-timelines uses. +- 8317d5b: This release publishes the @jspsych/new-timeline package on npm. This is a command line tool for creating jsPsych timelines with provided template code. All prompts have been standardized to be of the form "Enter...:" + ## 0.0.2 ### Patch Changes diff --git a/packages/new-timeline/package.json b/packages/new-timeline/package.json index d8740c9..5bfa542 100644 --- a/packages/new-timeline/package.json +++ b/packages/new-timeline/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/new-timeline", - "version": "0.0.2", + "version": "0.0.3", "description": "CLI tool for creating new jsPsych timelines", "type": "module", "bin": "./src/cli.js",