diff --git a/.changeset/fix-setup-branch-naming.md b/.changeset/fix-setup-branch-naming.md deleted file mode 100644 index 0772c6e..0000000 --- a/.changeset/fix-setup-branch-naming.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fnebenfuehr/worktree-cli": patch ---- - -Fix setup and clone commands: use correct branch-to-directory naming (slashes to dashes) and properly stop spinner on setup error diff --git a/CHANGELOG.md b/CHANGELOG.md index dddb6cb..8fd68d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # worktree-cli +## 1.5.1 + +### Patch Changes + +- 3a26bbd: Fix setup and clone commands: use correct branch-to-directory naming (slashes to dashes) and properly stop spinner on setup error + ## 1.5.0 ### Minor Changes diff --git a/package.json b/package.json index 9dd2e34..e717806 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fnebenfuehr/worktree-cli", - "version": "1.5.0", + "version": "1.5.1", "description": "A modern CLI tool for managing git worktrees with ease", "type": "module", "main": "./dist/index.js",