Skip to content

Releases: prantlf/ln.js

v2.0.3

26 Apr 15:16

Choose a tag to compare

2.0.3 (2023-04-26)

Bug Fixes

  • Remove even a directory if the symlink creation is forced (5a2cd7b)

v2.0.2

21 Mar 21:54

Choose a tag to compare

2.0.2 (2023-03-21)

Bug Fixes

  • Use .mjs extension to enforce the module type (b4cd809)

v2.0.1

21 Mar 11:11

Choose a tag to compare

2.0.1 (2023-03-21)

Bug Fixes

  • Fix the generation of the bin script (4214d92)

v2.0.0

21 Mar 09:16

Choose a tag to compare

2.0.0 (2023-03-21)

Bug Fixes

  • Rename the bin script to ln-j (d9cf972)

BREAKING CHANGES

  • The name of the executable changed from "ln.js" to "ln-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.