v12.0.0
12.0.0 (2023-07-27)
⚠️ BREAKING CHANGES
- support for node 14 has been removed
- this changes the underlying http agents to those provided by
@npmcli/agent
. Backwards compatibility should be fully implemented but due to the scope of this change it was made a breaking change out of an abundance of caution.
Features
7c25367
#255 move to @npmcli/agent (@wraithgar)
Bug Fixes
3059b28
#259 drop node14 support (#259) (@wraithgar)
Documentation
efd1e2f
#255 update readme (@wraithgar)