From c3c5a80d5440ece4fb8a77d0e78793f271bfaaef Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Thu, 14 Apr 2022 12:48:59 +0300 Subject: [PATCH] docs: update CHANGELOG --- packages/pnpm/CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages/pnpm/CHANGELOG.md b/packages/pnpm/CHANGELOG.md index 1427ed8f33..b5c52805d7 100644 --- a/packages/pnpm/CHANGELOG.md +++ b/packages/pnpm/CHANGELOG.md @@ -79,6 +79,19 @@ - Peer dependency should be correctly resolved from the workspace, when it is declared using a workspace protocol [#4529](https://github.com/pnpm/pnpm/issues/4529). - Linked in dependencies should be considered when resolving peer dependencies [#4541](https://github.com/pnpm/pnpm/pull/4541). +## 6.32.7 + +### Patch Changes + +- Setting the `auto-install-peers` to `true` should work. + +## 6.32.6 + +### Patch Changes + +- Linked in dependencies should be considered when resolving peer dependencies [#4541](https://github.com/pnpm/pnpm/pull/4541). +- Peer dependency should be correctly resolved from the workspace, when it is declared using a workspace protocol [#4529](https://github.com/pnpm/pnpm/issues/4529). + ## 6.32.5 ### Patch Changes