diff --git a/.changeset/rich-beers-act.md b/.changeset/rich-beers-act.md deleted file mode 100644 index 78dbe2f286..0000000000 --- a/.changeset/rich-beers-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pnpm": patch ---- - -pnpm should not leave empty temporary directories in the root of the partition. diff --git a/packages/pnpm/CHANGELOG.md b/packages/pnpm/CHANGELOG.md index aab0f35f4e..1d2e26a046 100644 --- a/packages/pnpm/CHANGELOG.md +++ b/packages/pnpm/CHANGELOG.md @@ -1,5 +1,11 @@ # pnpm +## 5.13.1 + +### Patch Changes + +- pnpm should not leave empty temporary directories in the root of the partition [#2749](https://github.com/pnpm/pnpm/issues/2749). + ## 5.13.0 ### Minor Changes diff --git a/packages/pnpm/package.json b/packages/pnpm/package.json index 35ac3fdb26..8fcb11c37e 100644 --- a/packages/pnpm/package.json +++ b/packages/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "5.13.0", + "version": "5.13.1", "author": "Zoltan Kochan (https://www.kochan.io/)", "bin": { "pnpm": "bin/pnpm.js",