Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 12 Feb 06:35

Breaking

  • Require Node.js 14 64d0b46
  • Move the extension parameter to an options-object 371a2a3
-tempfile('.png');
+tempfile({extension: 'png'});

The . is also optional now.

v4.0.0...v5.0.0