Skip to content

v5.0.0

Compare
Choose a tag to compare
@inttter inttter released this 06 Feb 17:24
· 249 commits to main since this release

💥 Breaking

  • 343c3e8 💥 BREAKING: Complete migration to Node.js 18
    • This completes the migration to only supporting Node.js 18 or higher.
    • While you can still install this package below Node 18, do not that various errors/unexpected behavior may (and probably will) occur.
    • If you aren't sure what version you're using, run node --version

Important

If you're below Node 18, when updating/installing, you'll receive this message:

npm WARN [email protected] requires a peer of node >=18 but none is installed. 
You must install peer dependencies yourself.

🧹 Chores

  • f0f9c51 🧹 chore(tests): do not make test workflow use Node 16
  • ca70278 🧹 chore(docs): remove @latest from install command
  • 58a9efb 🧹 chore(update): remove @latest from update notification