Skip to content

Releases: prantlf/mkdir.js

v2.0.0

21 Mar 20:36
Compare
Choose a tag to compare

2.0.0 (2023-03-21)

Bug Fixes

  • Rename the bin script to mkdir-j (324507a)

BREAKING CHANGES

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

v1.1.3

05 Mar 18:20
Compare
Choose a tag to compare

1.1.3 (2023-03-05)

Bug Fixes

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

v1.1.2

29 Jan 00:00
Compare
Choose a tag to compare

1.1.2 (2023-01-29)

Bug Fixes

  • Print help if run without arguments (3700b9f)

v1.1.1

23 Jan 04:06
Compare
Choose a tag to compare

1.1.1 (2023-01-23)

Bug Fixes

  • Replace unix-permissions with unix-permissions-lib (f93fd3f)

v1.1.0

22 Jan 17:49
Compare
Choose a tag to compare

1.1.0 (2023-01-22)

Features

  • Allow setting the filemode permissions to the created directory (9382c60)

1.0.0

04 Dec 02:43
4772e72
Compare
Choose a tag to compare

1.0.0

Initial release.