Releases: nodejs/corepack
Releases · nodejs/corepack
v0.25.2
0.25.2 (2024-02-21)
Features
Bug Fixes
- do not hard fail if Corepack home folder cannot be created (#382) (9834f57)
- do not show download prompt when downloading JSON (#383) (bc137a0)
v0.25.1
0.25.1 (2024-02-20)
Bug Fixes
- use valid semver range for
engines.node
(#378) (f2185fe)
v0.25.0
0.25.0 (2024-02-20)
⚠ BREAKING CHANGES
- remove
--all
flag (#351)
- remove Node.js 19.x from the range of supported versions (#375)
- use
fetch
(#365)
- remove old install folder migration (#373)
- prompt user before downloading software (#360)
Features
Bug Fixes
- remove unsafe remove of install folder (#372) (65880ca)
Miscellaneous Chores
- remove Node.js 19.x from the range of supported versions (#375) (9a1cb38)
v0.24.1
0.24.1 (2024-01-13)
Features
Bug Fixes
- use: create
package.json
when calling corepack use
on empty dir (#350) (2950a8a)
v0.24.0
0.24.0 (2023-12-29)
Features
- add support for HTTP redirect (#341) (6df5063)
- add support for rangeless commands (#338) (9bee415)
- update package manager versions (#330) (cfcc280)
- yarn: fallback to npm when
COREPACK_NPM_REGISTRY
is set (#339) (0717c6a)
Bug Fixes
v0.22.0
0.22.0 (2023-10-21)
Features
- allow fallback to application/json for custom registries (#314) (92f8e71)
- update package manager versions (#318) (0bd2577)
v0.21.0
0.21.0 (2023-10-08)
⚠ BREAKING CHANGES
- remove support for Node.js 16.x
Features
Miscellaneous Chores