v8.0.0
What's Changed
- BREAKING CHANGE: Drop default export by @cb1kenobi in #453
Useimport { snooplogg } from 'snooplogg'instead. This was causing bundlers to complain when creating a CJS bundle. - fix: Rename internal emitter from
snooploggto__snooplogg__ - fix: Export default instance as
snooplogg - chore: Update dependencies
Full Changelog: v7.0.1...v8.0.0