Skip to content

Releases: nodejs/corepack

v0.32.0

28 Feb 20:00
19e3c68
Compare
Choose a tag to compare

0.32.0 (2025-02-28)

Features

  • add limited support for devEngines (#643) (b456268)
  • add more informative error when fetching latest stable fails (#644) (53b1fe7)
  • add support for .corepack.env (#642) (9b95b46)
  • update package manager versions (#617) (b83bb5e)

Bug Fixes

  • do not resolve fallback descriptor when packageManager is defined (#632) (12e77e5)
  • doc: fix link to proxy library (#636) (bae0839)
  • replace explicit with specify as verb (#665) (351d86c)
  • use: do not throw on invalid packageManager (#663) (4be72f6)

v0.31.0

27 Jan 22:52
c118911
Compare
Choose a tag to compare

0.31.0 (2025-01-27)

⚠ BREAKING CHANGES

  • drop support for Node.js 21.x (#594)

Features

Bug Fixes

Miscellaneous Chores

v0.30.0

23 Nov 12:39
1bb0fb5
Compare
Choose a tag to compare

0.30.0 (2024-11-23)

Features

Performance Improvements

  • prefer module.enableCompileCache over v8-compile-cache (#574) (cba6905)

v0.29.4

07 Sep 11:15
095903b
Compare
Choose a tag to compare

0.29.4 (2024-09-07)

Features

v0.29.3

21 Jul 14:57
bc13d40
Compare
Choose a tag to compare

0.29.3 (2024-07-21)

Bug Fixes

  • fallback to shasum when integrity is not defined (#542) (eb63873)
  • make DEBUG=corepack more useful (#538) (6019d7b)

v0.29.2

13 Jul 09:38
d337b34
Compare
Choose a tag to compare

0.29.2 (2024-07-13)

Bug Fixes

  • trigger release after 0.29.1 failed to publish (18e29ce)

v0.29.1

13 Jul 08:29
b835608
Compare
Choose a tag to compare

0.29.1 (2024-07-13)

Bug Fixes

  • trigger release after 0.29.0 failed to publish (e6ba066)

v0.29.0

12 Jul 22:30
aa6fd83
Compare
Choose a tag to compare

0.29.0 (2024-07-12)

Features

  • parallelize linking, unlinking and installing (#524) (f0734e6)
  • update package manager versions (#492) (3e3b046)

Bug Fixes

  • replace npm registry domain in tarball URL (#502) (db6fae5)
  • selectively import required semver functions (#511) (e7ad533)

v0.28.2

31 May 10:50
e1d8ffd
Compare
Choose a tag to compare

0.28.2 (2024-05-31)

Features

v0.28.1

10 May 08:36
119fd2f
Compare
Choose a tag to compare

0.28.1 (2024-05-10)

Features

Bug Fixes

  • COREPACK_NPM_REGISTRY should allow for username/password auth (#466) (6efa349)