2.1.0 / 2021-01-28
==================
**fixes**
* [[`5f2ba4a`](http://github.com/popomore/projj/commit/5f2ba4a589dd56ac1cbb2e66cb4ec30837f913f1)] - fix: redirect to find when add exists (#56) (tangyao <<tangyao@alibaba-inc.com>>)
2.0.0 / 2020-01-23
==================
**features**
* [[`d237eb8`](http://github.com/popomore/projj/commit/d237eb8bb617b12665d570530cd200723f32de33)] - feat: [BREAKING_CHANGE] support multiple base directory (#52) (Haoliang Gao <<sakura9515@gmail.com>>)
**fixes**
* [[`e8b8fe4`](http://github.com/popomore/projj/commit/e8b8fe4ccb1064698c6da3cbf121942f1071bdb6)] - fix: update help infomation for sync (#51) (Haoliang Gao <<sakura9515@gmail.com>>)
**others**
* [[`906bf04`](http://github.com/popomore/projj/commit/906bf04a68c5d26757bb3eb2a0e1ad67ae042b1b)] - deps: update dependencies (#53) (Haoliang Gao <<sakura9515@gmail.com>>)
1.8.0 / 2019-02-20
==================
**features**
* [[`76762aa`](http://github.com/popomore/projj/commit/76762aa2e44c6bf573fc3f58287b41d87bafea63)] - feat: support remove command (#40) (DiamondYuan <<541832074@qq.com>>)
* [[`b45883a`](http://github.com/popomore/projj/commit/b45883a8e4c2c143ca8a9704e2270299edc70289)] - feat: support alias (#42) (TZ | 天猪 <<atian25@qq.com>>)
1.7.0 / 2019-01-02
==================
**features**
* [[`1771ca5`](http://github.com/popomore/projj/commit/1771ca59300dba7a69108ef70e0f5dc957281c7d)] - feat: add should support change directory (#39) (TZ | 天猪 <<atian25@qq.com>>)
1.6.0 / 2018-12-28
==================
**features**
* [[`444dee9`](http://github.com/popomore/projj/commit/444dee99bc8341d817105bce2c135f7b3af7a6e0)] - feat: change dir when config change_directory true and platform is darwin (#34) (DiamondYuan <<541832074@qq.com>>)
**fixes**
* [[`cbdd73d`](http://github.com/popomore/projj/commit/cbdd73d0890891bd9e4a42f092324720b8979672)] - fix: fix error when iterm is not installed (#35) (DiamondYuan <<541832074@qq.com>>)
**others**
* [[`077bbda`](http://github.com/popomore/projj/commit/077bbda7775fc5d345884f735e958fb6d2cf8e7a)] - docs: add document for change_directory (#37) (Haoliang Gao <<sakura9515@gmail.com>>)
1.5.0 / 2018-12-14
==================
**features**
* [[`4cbe392`](http://github.com/popomore/projj/commit/4cbe39294823ca95fe15627e7e1b73a9b256b1b7)] - feat: add hints to the find command when input empty repo name (#33) (DiamondYuan <<541832074@qq.com>>)
1.4.1 / 2018-05-02
==================
**fixes**
* [[`c1ce741`](http://github.com/popomore/projj/commit/c1ce741348c8e8d6f0815d424bb49e30e7c7a26f)] - fix: format git repo when load cache (#30) (Haoliang Gao <<sakura9515@gmail.com>>)
1.4.0 / 2018-04-28
==================
**features**
* [[`543567f`](http://github.com/popomore/projj/commit/543567ff09f298c82333fd26ed0b2fc8d92117ff)] - feat: import --cache (#29) (Haoliang Gao <<sakura9515@gmail.com>>)
1.3.0 / 2017-02-28
==================
* feat: add command sync (#28)
* refactor: split cache to cache.js (#27)
1.2.1 / 2017-02-22
==================
* fix: should continue run hook when one hook error (#26)
1.2.0 / 2017-02-20
==================
* feat: add find command (#25)
1.1.2 / 2017-02-06
==================
* fix: import also run add hook (#23)
1.1.1 / 2017-02-06
==================
* fix: skip host checking when git clone (#21)
1.1.0 / 2017-02-06
==================
* refactor: move commands to one directory (#19)
* feat: support projj import (#16)
1.0.0 / 2017-02-04
==================
* docs: add readme (#13)
* refactor: more info when run hook (#12)
1.0.0-alpha.4 / 2017-02-04
==========================
* refactor: improve console (#11)
* feat: pass hook config to hook command (#10)
* feat: use buildin hook first (#8)
* feat: add runall command (#7)
1.0.0-alpha.3 / 2017-02-04
==========================
* feat: add run command (#6)
* feat: use config.json instead of config and hooks (#5)
* fix: add command help info (#4)
1.0.0-alpha.2 / 2017-02-03
==========================
* fix: miss pkg.bin
1.0.0-alpha.1 / 2017-02-03
=========================
* init version