Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 434 Bytes

changelog.md

File metadata and controls

27 lines (14 loc) · 434 Bytes

v2.0.0

  • 💥 drop Node.js v10

  • ♻️ update dependencies @start/plugin

v1.0.3

  • 🐞 workaround for missing process.umask() in Node.js v10 in a Worker thread

v1.0.2

  • 🐞 rewrite using worker_threads

v1.0.1

  • 🐞 bump compatible deps

v1.0.0

  • 💥 drop Node.js v8 support and require >=12.13.0 (first v10 LTS)

  • ♻️ update dependencies: @start/plugin

v0.3.2

  • 🐞 upgrade execa to v3