Skip to content

v7.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 19 Apr 13:40

Breaking:

  • Require Node.js 8 (#33) 5e42b4a
  • For TypeScript users only:
    You need to change import cpFile from 'cp-file'; to import cpFile = require('cp-file');

Enhancements:

v6.2.0...v7.0.0