Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 423 Bytes

CHANGELOG.md

File metadata and controls

14 lines (9 loc) · 423 Bytes

lerna-audit-yarn change log

All notable changes to this project will be documented in this file.

1.1.0

  • Change default mode: right now the default mode is summary of audit for packages
  • New mode: --fix runs yarn-audit-fix which will try to fix vunerabilities
  • New mode: --no-report disable audit for packages (for use with --fix option)
  • New mode: --json log in JSON format

1.0.0

  • Initial Release