Skip to content

Latest commit

 

History

History
45 lines (21 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

45 lines (21 loc) · 1.48 KB

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.

1.1.3 (2023-03-05)

Bug Fixes

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

1.1.2 (2023-01-29)

Bug Fixes

  • Print help if run without arguments (3700b9f)

1.1.1 (2023-01-23)

Bug Fixes

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

1.1.0 (2023-01-22)

Features

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

1.0.0

Initial release.