<a name="1.17.0"></a>
[1.17.0](https://github.com/remy/nodemon/compare/v1.16.0...v1.17.0) (2018-02-27)
Bug Fixes
* make it possible for windows to checkout ([1270](https://github.com/remy/nodemon/issues/1270)) ([0f39b2e](https://github.com/remy/nodemon/commit/0f39b2e)), closes [#1255](https://github.com/remy/nodemon/issues/1255)
* windows exec resolution ([1274](https://github.com/remy/nodemon/issues/1274)) ([7ffd545](https://github.com/remy/nodemon/commit/7ffd545)), closes [#1251](https://github.com/remy/nodemon/issues/1251)
* make clear where more opts are in help ([1271](https://github.com/remy/nodemon/issues/1271)) ([f4391d4](https://github.com/remy/nodemon/commit/f4391d4))
* put windows drive letter tweak in right place ([1272](https://github.com/remy/nodemon/issues/1272)) ([94b526f](https://github.com/remy/nodemon/commit/94b526f)), closes [#1263](https://github.com/remy/nodemon/issues/1263)
Features
* try to resolve exec in node_modules/.bin ([1275](https://github.com/remy/nodemon/issues/1275)) ([7fb365d](https://github.com/remy/nodemon/commit/7fb365d)), closes [#1268](https://github.com/remy/nodemon/issues/1268)
* feed args to exec when detecting script ([1273](https://github.com/remy/nodemon/issues/1273)) ([e41f3c3](https://github.com/remy/nodemon/commit/e41f3c3)), closes [#1263](https://github.com/remy/nodemon/issues/1263)
_Note: due to an oddity in the automated build process, nodemon was bumped two minor versions instead of one. Nothing to worry about though._