diff --git a/.changeset/extra-mkdir.md b/.changeset/extra-mkdir.md deleted file mode 100644 index b3803c79..00000000 --- a/.changeset/extra-mkdir.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@empirica/core": patch ---- - -Remove extra directory creation in `empirica` command. - -An extra directory was created if the path of the project contained spaces when -running the `empirica` command. diff --git a/lib/@empirica/core/CHANGELOG.md b/lib/@empirica/core/CHANGELOG.md index 6c2568be..079dc492 100644 --- a/lib/@empirica/core/CHANGELOG.md +++ b/lib/@empirica/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @empirica/core +## 1.11.6 + +### Patch Changes + +- 33260a4: Remove extra directory creation in `empirica` command. + + An extra directory was created if the path of the project contained spaces when + running the `empirica` command. + ## 1.11.5 ### Patch Changes diff --git a/lib/@empirica/core/package.json b/lib/@empirica/core/package.json index 5339f60b..a0b84e02 100644 --- a/lib/@empirica/core/package.json +++ b/lib/@empirica/core/package.json @@ -1,6 +1,6 @@ { "name": "@empirica/core", - "version": "1.11.5", + "version": "1.11.6", "description": "Empirica Core", "author": "Nicolas Paton ", "license": "Apache-2.0",