v8.0.0
8.0.0 (2024-04-12)
⚠️ BREAKING CHANGES
- The existing banner is now emitted using
proc-log
instead ofconsole.log
. It is always emitted. Consuming libraries can decide under which situations to show the banner.
Features
5f9cbcf
#198 output using proc-log (@wraithgar)