Skip to content

Latest commit

 

History

History
177 lines (83 loc) · 6.86 KB

CHANGELOG.md

File metadata and controls

177 lines (83 loc) · 6.86 KB

Changelog

4.0.4 (2024-05-04)

Bug Fixes

Chores

  • e955437 #117 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
  • b602aca #117 postinstall for dependabot template-oss PR (@lukekarrys)
  • 955cc34 #116 bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

4.0.3 (2023-10-12)

Bug Fixes

  • af17744 #100 promisify/cleanup link-mans and simplify regex (#100) (@wraithgar)

4.0.2 (2023-07-11)

Bug Fixes

  • 08f8981 #80 don’t try to chmod unlinked files (#80) (@remcohaszing)

4.0.1 (2022-10-17)

Dependencies

  • cf738fb #62 bump read-cmd-shim from 3.0.1 to 4.0.0
  • 61717bf #64 bump write-file-atomic from 4.0.2 to 5.0.0
  • d26ec29 #61 bump npm-normalize-package-bin from 2.0.0 to 3.0.0

4.0.0 (2022-10-13)

⚠️ BREAKING CHANGES

  • this module no longer attempts to change file ownership automatically
  • bin-links is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • 4f4c58c #59 do not alter file ownership (#59) (@nlf)
  • 36b2668 #52 postinstall for dependabot template-oss PR (@lukekarrys)

3.0.3 (2022-08-23)

Dependencies

  • bump npm-normalize-package-bin from 1.0.1 to 2.0.0 (#50) (3ffe1e9)

3.0.2 (2022-08-11)

Bug Fixes

3.0.1 (2022-04-05)

Bug Fixes

  • remove unsafe regex (5d01244)
  • replace deprecated String.prototype.substr() (#38) (56dbfa0)

Dependencies

  • bump cmd-shim from 4.1.0 to 5.0.0 (#39) (24a1f3c)
  • bump read-cmd-shim from 2.0.0 to 3.0.0 (#40) (36a652f)

3.0.0 (2022-01-18)

⚠ BREAKING CHANGES

  • This drops support for node10 and non-LTS versions of node12 and node14

Bug Fixes

dependencies

2.0.0

  • Rewrite to promisify and remove dependence on gentle-fs

1.1.7 (2019-12-26)

Bug Fixes

  • resolve folder that is passed in (0bbd303)

1.1.6 (2019-12-11)

Bug Fixes

  • prevent improper clobbering of man/bin links (642cd18), closes #11 #12

1.1.5 (2019-12-10)

Bug Fixes

  • don't filter out ./ man references (b3cfd2e)

1.1.4 (2019-12-09)

Bug Fixes

  • sanitize and validate bin and man link targets (25a34f9)

1.1.3 (2019-08-14)

1.1.2 (2018-03-22)

Bug Fixes

  • linkMans: return the promise! (5eccc7f)

1.1.1 (2018-03-07)

Bug Fixes

  • shebangs: only convert CR when doing CRLF -> LF (#2) (43bf857)

1.1.0 (2017-11-20)

Features

  • dos2unix: Log the fact line endings are being changed upon install. (e9f8a6f)

1.0.0 (2017-10-07)

Features

  • import: initial extraction from npm (6ed0bfb)
  • initial commit: README (3fc9cf0)