Files
pnpm/tools/path/CHANGELOG.md
2024-08-22 12:22:59 +02:00

10 lines
526 B
Markdown

# @pnpm/tools.path
## 1.0.0
### Major Changes
- eb8bf2a: Added a new command for upgrading pnpm itself when it isn't managed by Corepack: `pnpm self-update`. This command will work, when pnpm was installed via the standalone script from the [pnpm installation page](https://pnpm.io/installation#using-a-standalone-script) [#8424](https://github.com/pnpm/pnpm/pull/8424).
When executed in a project that has a `packageManager` field in its `package.json` file, pnpm will update its version in the `packageManager` field.