6.0.0 (2024-04-25)
⚠️ BREAKING CHANGES
- libnpmversion no longer takes a
silent
option to suppress output from@npmcli/run-script
. That output is now emitted via anoutput
event onprocess
.
Features
60faa90
#7373 libnpmversion: remove silent option (@lukekarrys)
Bug Fixes
78447d7
#7399 prefer fs/promises over promisify (#7399) (@lukekarrys)