|
| 1 | +## [1.1.3](https://github.com/philstainer/git-worktree/compare/v1.1.2...v1.1.3) (2022-12-21) |
| 2 | + |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* add prettier to dev dependencies ([5da5ade](https://github.com/philstainer/git-worktree/commit/5da5adef32ce56fb82a044f6922253b2ae453811)) |
| 7 | +* check for worktree repo ([7a2bcd3](https://github.com/philstainer/git-worktree/commit/7a2bcd38bd50c4150104866d6458cd15ffd5e2fb)) |
| 8 | +* return null when get branch name errors ([1ec2bce](https://github.com/philstainer/git-worktree/commit/1ec2bcea7e42f23fe78ce5adfe67a02d13ff8e40)) |
| 9 | + |
| 10 | + |
| 11 | + |
1 | 12 | ## [1.1.2](https://github.com/philstainer/git-worktree/compare/v1.1.1...v1.1.2) (2022-11-22)
|
2 | 13 |
|
3 | 14 |
|
|
50 | 61 |
|
51 | 62 |
|
52 | 63 |
|
| 64 | +## [1.0.1](https://github.com/philstainer/git-worktree/compare/v1.0.0...v1.0.1) (2022-11-06) |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | +# [1.0.0](https://github.com/philstainer/git-worktree/compare/v0.2.2...v1.0.0) (2022-11-06) |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | +## [0.2.2](https://github.com/philstainer/git-worktree/compare/v0.2.1...v0.2.2) (2022-11-06) |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | +## [0.2.1](https://github.com/philstainer/git-worktree/compare/v0.2.0...v0.2.1) (2022-11-06) |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | +# [0.2.0](https://github.com/philstainer/git-worktree/compare/v0.1.0...v0.2.0) (2022-11-05) |
| 81 | + |
| 82 | + |
| 83 | +### Bug Fixes |
| 84 | + |
| 85 | +* entry point missing error ([3bb25b2](https://github.com/philstainer/git-worktree/commit/3bb25b2e971d234d96bcf3511789a7f5da677e45)) |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | +# [0.1.0](https://github.com/philstainer/git-worktree/compare/v0.0.2...v0.1.0) (2022-11-05) |
| 90 | + |
| 91 | + |
| 92 | +### Bug Fixes |
| 93 | + |
| 94 | +* add license ([8d883cd](https://github.com/philstainer/git-worktree/commit/8d883cd9e703936ce6617f5c01632065d2491f7d)) |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | +## [0.0.2](https://github.com/philstainer/git-worktree/compare/735b7eb76ff302c0fed2742d47bc51419fd8fde8...v0.0.2) (2022-11-05) |
| 99 | + |
| 100 | + |
| 101 | +### Bug Fixes |
| 102 | + |
| 103 | +* add remote branch ([5c8771c](https://github.com/philstainer/git-worktree/commit/5c8771cd260b20241d818ed3e46df22c178dbcd1)) |
| 104 | +* add repo and publisher ([b21381a](https://github.com/philstainer/git-worktree/commit/b21381a1a18c5d577256362706bd91a5dfb0f68a)) |
| 105 | +* get current worktree ([9e41405](https://github.com/philstainer/git-worktree/commit/9e41405358631c342e69f8c7aba6295a07db66bb)) |
| 106 | +* images links ([0ca0c1c](https://github.com/philstainer/git-worktree/commit/0ca0c1cb297656a2908bd08a0ec1f57e1d685ce6)) |
| 107 | +* tsconfig emit ([c16ad50](https://github.com/philstainer/git-worktree/commit/c16ad5079db3294f2f6ecf600e9b3d3127ecc83a)) |
| 108 | + |
| 109 | + |
| 110 | +### Features |
| 111 | + |
| 112 | +* add clone bare command ([7d56846](https://github.com/philstainer/git-worktree/commit/7d568461e0b1dacf667ab7ef2c2375d83b93c4ae)) |
| 113 | +* add husky and lint-staged ([735b7eb](https://github.com/philstainer/git-worktree/commit/735b7eb76ff302c0fed2742d47bc51419fd8fde8)) |
| 114 | +* add list worktree command ([b89b1cb](https://github.com/philstainer/git-worktree/commit/b89b1cbb4d7c488c95d5e61d8dad459f741c0372)) |
| 115 | +* add logging level ([c5e4f3f](https://github.com/philstainer/git-worktree/commit/c5e4f3fa644763340430e19e1dc54d2067f013ab)) |
| 116 | +* add project command and refactor worktree type ([3c28cec](https://github.com/philstainer/git-worktree/commit/3c28cec7da1738c90cbf647c1b82b140ef0afceb)) |
| 117 | +* add prune and remove branch setting ([eff8925](https://github.com/philstainer/git-worktree/commit/eff8925a7a8d65c4bf9fc1a9ce55433027868758)) |
| 118 | +* add publish command ([3d9cb59](https://github.com/philstainer/git-worktree/commit/3d9cb59fe3df1dd0f4381f4888d1f21100c246ba)) |
| 119 | +* add remove worktree commands ([c78092e](https://github.com/philstainer/git-worktree/commit/c78092edfc546f14eacdd2926b535a5d1a63d3d1)) |
| 120 | +* add rename worktree command ([b7556f3](https://github.com/philstainer/git-worktree/commit/b7556f335abba1c14fa64f5337ed369c19f004d1)) |
| 121 | +* add save project setting and update readme ([8b3e7de](https://github.com/philstainer/git-worktree/commit/8b3e7de837234caf761d96da74ec3481d52e16e0)) |
| 122 | +* add shouldOpenOnClone option ([0b6b15c](https://github.com/philstainer/git-worktree/commit/0b6b15cbb692fcf07235e4e3a43b9475adc6c2a6)) |
| 123 | +* add tsc-files check ([11b4aee](https://github.com/philstainer/git-worktree/commit/11b4aeeec725a242515ce6bd42093a5105e72833)) |
| 124 | +* add tsconfig paths ([f981966](https://github.com/philstainer/git-worktree/commit/f98196663c2e57dafe435a7484f39190e7d04306)) |
| 125 | +* add worktree command ([8a8134d](https://github.com/philstainer/git-worktree/commit/8a8134df60ef3244ce7ced2271f93bfeb9c5de71)) |
| 126 | + |
| 127 | + |
| 128 | + |
0 commit comments