v2.0.0
Changes
- BREAKING CHANGE: dropped support for Node.js 16.x, from this version only Node.js 18.x and above are supported
- BREAKING CHANGE: code is compiled to
ES2021
and not anymore toES2017
- feat: upgrade actions to drop support for Node.js 16.x and add support for Node.js 20.x
- feat: upgrade to commander
v12.0.0
- feat: set tests to be run randomized
- chore: update dependencies