[3.0.0](https://github.com/remy/nodemon/compare/v2.0.22...v3.0.0) (2023-07-08)
Bug Fixes
* also watch cjs ([86d5f40](https://github.com/remy/nodemon/commit/86d5f403a3e06e8aed48b37fa854730dc83257be))
* node10 support back in ([af3b9e2](https://github.com/remy/nodemon/commit/af3b9e237281beffd92ceee0e2411ef53edcf375))
* semver vuln dep ([6bb8766](https://github.com/remy/nodemon/commit/6bb876666715e16464d48f98cd4bc2cba172a970)), closes [#2119](https://github.com/remy/nodemon/issues/2119)
Features
* always use polling on IBM i ([3b58104](https://github.com/remy/nodemon/commit/3b5810463e7c39b0a8e2856c996faf454a6ca1f8))
BREAKING CHANGES
* official support for node8 dropped.
However there's no function being used in semver that breaks node 8,
so it's technically still possible to run with node 8, but it will
no longer be supported (or tested in CI).