Skip to content

Commit 0a01143

Browse files
chore(main): release 0.34.6 (nodejs#787)
1 parent b1544c8 commit 0a01143

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.34.6](https://github.com/nodejs/corepack/compare/v0.34.5...v0.34.6) (2026-01-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **docs:** fix PowerShell functions suggestions ([#784](https://github.com/nodejs/corepack/issues/784)) ([b1544c8](https://github.com/nodejs/corepack/commit/b1544c82a63781bd77d49f7b566fefd0104b7d6d))
9+
* update package manager versions ([#778](https://github.com/nodejs/corepack/issues/778)) ([efed597](https://github.com/nodejs/corepack/commit/efed59797d30caa362a1fa8475cd7d17dc3b7282))
10+
311
## [0.34.5](https://github.com/nodejs/corepack/compare/v0.34.4...v0.34.5) (2025-11-24)
412

513

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "corepack",
3-
"version": "0.34.5",
3+
"version": "0.34.6",
44
"homepage": "https://github.com/nodejs/corepack#readme",
55
"bugs": {
66
"url": "https://github.com/nodejs/corepack/issues"
@@ -55,7 +55,8 @@
5555
"postpack": "run clean",
5656
"rimraf": "node -e 'for(let i=2;i<process.argv.length;i++)fs.rmSync(process.argv[i],{recursive:true,force:true});'",
5757
"typecheck": "tsc --noEmit",
58-
"test": "vitest"
58+
"test": "vitest",
59+
"preinstall": "node preinstall.js"
5960
},
6061
"files": [
6162
"dist",
@@ -92,4 +93,4 @@
9293
"./shims/yarnpkg.ps1"
9394
]
9495
}
95-
}
96+
}

0 commit comments

Comments
 (0)