Releases: nodejs/corepack
Releases · nodejs/corepack
v0.15.0
0.15.0 (2022-10-28)
Features
- add support for configurable registries and applicable auth options (#186) (662ae90)
- update package manager versions (#193) (0ec3a73)
- when strict checking is off, treat like transparent (#197) (5eadc50)
Bug Fixes
- doc: add package configuration instruction to readme (#188) (0b7abb9)
- recreate cache folder if necessary (#200) (7b5f2f9)
v0.14.0
0.14.0 (2022-09-02)
Features
Bug Fixes
- handle tags including numbers in
prepare
command (#165) (5a0727b)
v0.13.0
0.13.0 (2022-08-19)
Features
- do not use
~/.node
as default value for COREPACK_HOME
(#152) (09e24cf)
- download the latest version instead of a pinned one (#134) (055b928)
- update package manager versions (#163) (af38d5a)
v0.12.1
0.12.1 (2022-07-21)
Bug Fixes
- doc: update DESIGN.md s/engines.pm/packageManager/ (#141) (d6039c5)
- update package manager versions (#146) (fdb187a)
v0.12.0
0.12.0 (2022-07-08)
Features
Bug Fixes