<a name="1.17.4"></a>
[1.17.4](https://github.com/remy/nodemon/compare/v1.17.3...v1.17.4) (2018-05-05)
Bug Fixes
* {{filename}} is only replaced once ([f616258](https://github.com/remy/nodemon/commit/f616258))
* increase perf of watching large file count ([58b82f2](https://github.com/remy/nodemon/commit/58b82f2)), closes [#1317](https://github.com/remy/nodemon/issues/1317)
* only hook SIGINT on boot - not at require ([9bbc219](https://github.com/remy/nodemon/commit/9bbc219)), closes [#1326](https://github.com/remy/nodemon/issues/1326)
* support env.SUPPRESS_SUPPORT ([1334](https://github.com/remy/nodemon/issues/1334)) ([ee2aac1](https://github.com/remy/nodemon/commit/ee2aac1))