Skip to content

v6.28.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 22:07
· 1807 commits to main since this release
4a55546

Minor Changes

  • New option added: embed-readme. When false, pnpm publish doesn't save the readme file's content to package.json before publish #4265.

Patch Changes

  • pnpm exec should look for the executed command in the node_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.