# [6.6.0](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.5.1...v6.6.0) (2024-07-21) ### Bug Fixes * **`always-return`:** treat process.exit() or process.abort() as an acceptable "return" ([#493](https://github.com/eslint-community/eslint-plugin-promise/issues/493)) ([f368c5a](https://github.com/eslint-community/eslint-plugin-promise/commit/f368c5a7e4a1c1f40cafbf038b629e6054d2027e)) ### Features * add `strict` option to disallow `then` or `catch` following `await` or `yield` ([#494](https://github.com/eslint-community/eslint-plugin-promise/issues/494)) ([fa482cc](https://github.com/eslint-community/eslint-plugin-promise/commit/fa482cc1134f5669b2dd9f56ea2ef9e96c3c30a0))