Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

45 lines (23 loc) · 1.36 KB

lerna-audit change log

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

1.3.3

  • Fix: No longer compatible with latest version of @npmcli/arborist (#25)

1.3.2

  • Fix: Avoid truncated logs by using spawnSync to inherit stdio streams (#16)

1.3.1

  • Bugfix: package.json - EOF newline removed (#15)

1.3.0

  • Enhancement: Added optional parameter --no-fix to skip an automatic fix after an audit (#13)

1.2.0

  • Enhancement: Restore original package json on abort (#9)

1.1.2

  • Bugfix: Don't add empty dependencies/devDependencies fields in package.json (#8)
  • Bugfix: Use local lerna (#5)

1.1.1

  • Bugfix: Fixed version are overridden after package.json is restored (#4)

1.1.0

  • Bugfix: Add --all flag to include private packages (#1)

v1.0.2

  • Enhancement: Backup original file instead of overwrite (#2)

v1.0.1

  • Initial Release