<a name="1.12.3"></a>
[1.12.3](https://github.com/remy/nodemon/compare/v1.11.0...v1.12.3) (2017-12-04)
Bug Fixes
* add commit lint ([2af6391](https://github.com/remy/nodemon/commit/2af6391))
* Add support for multi-level filenames ([29a9a44](https://github.com/remy/nodemon/commit/29a9a44))
* bump deps and fix tests for local dev ([1139](https://github.com/remy/nodemon/issues/1139)) ([6d57dac](https://github.com/remy/nodemon/commit/6d57dac))
* catch module.parent.filename === undefined ([1053](https://github.com/remy/nodemon/issues/1053)) ([4c81e9a](https://github.com/remy/nodemon/commit/4c81e9a))
* crash when passing argument to node (windows) ([469fa80](https://github.com/remy/nodemon/commit/469fa80)), closes [#1095](https://github.com/remy/nodemon/issues/1095)
* executable path handling under windows ([962](https://github.com/remy/nodemon/issues/962)) ([481dc8f](https://github.com/remy/nodemon/commit/481dc8f))
* exit when fail to parse the config file ([921](https://github.com/remy/nodemon/issues/921)) ([63e8606](https://github.com/remy/nodemon/commit/63e8606)), closes [#651](https://github.com/remy/nodemon/issues/651)
* exit with code 1 on crash if --exitcrash ([946](https://github.com/remy/nodemon/issues/946)) ([facc8cb](https://github.com/remy/nodemon/commit/facc8cb))
* help truncation on node 6.2 ([842](https://github.com/remy/nodemon/issues/842)) ([#843](https://github.com/remy/nodemon/issues/843)) ([abc138f](https://github.com/remy/nodemon/commit/abc138f))
* read config file before defaulting script parameter ([1110](https://github.com/remy/nodemon/issues/1110)) ([f3e0c29](https://github.com/remy/nodemon/commit/f3e0c29))
* require node 6 or above in engines ([71eab1a](https://github.com/remy/nodemon/commit/71eab1a))
* Support for .mjs es6 modules ([1138](https://github.com/remy/nodemon/issues/1138)) ([5a89df6](https://github.com/remy/nodemon/commit/5a89df6))
* support signal on CLI ([1061](https://github.com/remy/nodemon/issues/1061)) ([3c352f2](https://github.com/remy/nodemon/commit/3c352f2))
* sync help.txt to available options ([9b6c786](https://github.com/remy/nodemon/commit/9b6c786))
* update readme ([3426224](https://github.com/remy/nodemon/commit/3426224))
Features
* nodemonConfig support in package.json ([fb5da38](https://github.com/remy/nodemon/commit/fb5da38)), closes [#873](https://github.com/remy/nodemon/issues/873)