Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Mar 20:35

3.0.0 (2023-03-21)

Bug Fixes

  • Rename the bin script to rm-j (e60f0c0)
  • Use .mjs extension to enforce the module type (749ee62)

BREAKING CHANGES

  • The name of the executable changed from "rm.js" to "rm-j". I'm sorry
    for that, but Windows mistake the suffix ".js" to a file extension and try execute it.
    NPM creates the original file name too, probably to support Cygwin.