diff --git a/.changeset/worktree-setup-command.md b/.changeset/worktree-setup-command.md deleted file mode 100644 index 25f4232..0000000 --- a/.changeset/worktree-setup-command.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"worktree-cli": minor ---- - -Add `worktree setup` to configure `.worktreerc` interactively (base branch, worktree dir, gitignore wiring) instead of writing the file by hand diff --git a/CHANGELOG.md b/CHANGELOG.md index 52e2a73..e8cd9ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.5.0 + +### Minor Changes + +- 065c8e1: Add `worktree setup` to configure `.worktreerc` interactively (base branch, worktree dir, gitignore wiring) instead of writing the file by hand + ## 1.4.0 ### Minor Changes diff --git a/package.json b/package.json index 69773f2..c2d97d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "worktree-cli", - "version": "1.4.0", + "version": "1.5.0", "description": "Git worktree manager with automatic env file copying, dependency installation, and editor integration.", "type": "module", "module": "src/index.ts",