Minor Changes
- New option added:
embed-readme
. Whenfalse
,pnpm publish
doesn't save the readme file's content topackage.json
before publish #4265.
Patch Changes
pnpm exec
should look for the executed command in thenode_modules/.bin
directory that is relative to the current working directory. Only after that should it look for the executable in the workspace root.- Injected dependencies should work properly in projects that use the hoisted node linker #4259.