File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.29.0] ( https://github.com/nodejs/corepack/compare/v0.28.2...v0.29.0 ) (2024-07-12)
4
+
5
+
6
+ ### Features
7
+
8
+ * parallelize linking, unlinking and installing ([ #524 ] ( https://github.com/nodejs/corepack/issues/524 ) ) ([ f0734e6] ( https://github.com/nodejs/corepack/commit/f0734e6e8023ff361dac179c0d8656740d550c27 ) )
9
+ * update package manager versions ([ #492 ] ( https://github.com/nodejs/corepack/issues/492 ) ) ([ 3e3b046] ( https://github.com/nodejs/corepack/commit/3e3b04619cb4a91f207a72fb450f6fc4e2f01aec ) )
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * replace npm registry domain in tarball URL ([ #502 ] ( https://github.com/nodejs/corepack/issues/502 ) ) ([ db6fae5] ( https://github.com/nodejs/corepack/commit/db6fae50cf44884d1e9a6f7e99402e7e807ba3ca ) )
15
+ * selectively import required semver functions ([ #511 ] ( https://github.com/nodejs/corepack/issues/511 ) ) ([ e7ad533] ( https://github.com/nodejs/corepack/commit/e7ad533d43dc9495493f0d883c3cbbb94caa1d41 ) )
16
+
3
17
## [ 0.28.2] ( https://github.com/nodejs/corepack/compare/v0.28.1...v0.28.2 ) (2024-05-31)
4
18
5
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " corepack" ,
3
- "version" : " 0.28.2 " ,
3
+ "version" : " 0.29.0 " ,
4
4
"homepage" : " https://github.com/nodejs/corepack#readme" ,
5
5
"bugs" : {
6
6
"url" : " https://github.com/nodejs/corepack/issues"
You can’t perform that action at this time.
0 commit comments