3.0.1 - 2024-03-10
- bump dependencies
3.0.0 - 2023-09-30
- add
engines
field topackage.json
that requiresNode.js >= 16
- bump dependencies
The added engines
fields in the package.json
file might be a breaking change for a project. Explicitly requiring Node.js v16 or later could cause issues with a code base using an older Node.js version in combination with this package.
2.0.0 - 2023-07-09
- bump dependencies
eslint-plugin-n
requires at least Node.js 16eslint-plugin-n
defaults toecmaVersion
2021
1.1.2 - 2022-11-25
- bump dependencies
1.1.1 - 2022-09-17
- bump dependencies
1.1.0 - 2022-06-13
- added
no-constant-binary-expression: 'error'
rule
- bump dependencies
1.0.0
release 🚀 🎉