- Docs change / refactoring / dependency upgrade
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- I've run
npm run build
to make sure code inlib
built tobin
- I've run
npm run lint
and neither error nor warning shown - Related test cases are included
- I've run
npm run test
and all tests are green - I've updated the documentation accordingly
- In case of changing documents, I've update
lib/{related command}-usage.js
file accordingly