Skip to content

Latest commit

 

History

History
93 lines (49 loc) · 4.97 KB

CHANGELOG.md

File metadata and controls

93 lines (49 loc) · 4.97 KB

Changelog

4.1.0 (2023-06-06)

Features

  • f73ed8d #135 add option to stop git.find at a directory (#135) (@lukekarrys)

Bug Fixes

  • d5a99e3 #137 dont default find root option to anything (@lukekarrys)

4.0.4 (2023-03-08)

Dependencies

4.0.3 (2022-11-01)

Dependencies

  • 1d9ca2a #105 bump @npmcli/promise-spawn from 5.0.0 to 6.0.0 (#105)
  • 1103697 #104 bump which from 2.0.2 to 3.0.0 (#104)

4.0.2 (2022-10-26)

Dependencies

  • 96c168e #100 bump @npmcli/promise-spawn from 4.0.0 to 5.0.0 (#100)

4.0.1 (2022-10-17)

Dependencies

  • 4eff9fe #94 bump @npmcli/promise-spawn from 3.0.0 to 4.0.0 (#94)
  • 496d1cb #96 bump npm-pick-manifest from 7.0.2 to 8.0.0 (#96)

4.0.0 (2022-10-14)

⚠️ BREAKING CHANGES

  • @npmcli/git is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • 84d1268 #85 postinstall for dependabot template-oss PR (@lukekarrys)

Dependencies

3.0.2 (2022-08-15)

Bug Fixes

3.0.1 (2022-04-05)

Bug Fixes

  • replace deprecated String.prototype.substr() (#68) (b146f20)

Dependencies

  • bump @npmcli/promise-spawn from 1.3.2 to 3.0.0 (#69) (d8f4488)
  • update lru-cache requirement from ^7.3.1 to ^7.4.0 (#50) (3beb9a2)
  • update lru-cache requirement from ^7.4.0 to ^7.4.1 (#55) (17c1e8a)
  • update lru-cache requirement from ^7.4.1 to ^7.4.2 (#56) (eeb67f4)
  • update lru-cache requirement from ^7.4.2 to ^7.4.4 (#57) (24dff2f)

3.0.0 (2022-02-16)

⚠ BREAKING CHANGES

  • this drops support for the log property and all logs are now emitted on the process object via proc-log.
  • this drops support for node10 and non-LTS versions of node12 and node14.

Features

  • use proc-log instead of process.emit and drop support for log property (#41) (70fc3c4)

Dependencies