cookpete / auto-changelog

Command line tool for generating a changelog from git tags and commit history
MIT License
1.28k stars 157 forks source link

[Fix] replace `node-fetch` with `https.get` #290

Open ljharb opened 2 months ago

ljharb commented 2 months ago

This removes a large dependency as well as removes a punycode deprecation message in node 22+, while retaining engines.node compatibility.