From 88e6b3307fe99adcbaaab3d91783d86694f1a15b Mon Sep 17 00:00:00 2001 From: Alaa Bakry Abdelfattah - con terra GmbH Date: Fri, 21 Nov 2025 14:28:57 +0100 Subject: [PATCH] add a note to add the file pnpm-workspace.yml for migrating current projects to 4.20.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff66517..44d8881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file. It also offers improved performance. - PNPM's lockfile `pnpm-lock.yaml` is now part of the repository and no longer ignored by `.gitignore`. - We recommend the use of `pnpm-lock.yaml` to ensure your build environment is using stable dependencies. +- Add PNPM's file `pnpm-workspace.yaml` to adopt node_modules new folder structure. - Add dotenv to support local `.env` files for property replacement. - The `gulpfile.js` was updated to load environment variables from a `.env` file if present.