From b3228d1a5309d6b0cd5d3b77d25a7a88af778033 Mon Sep 17 00:00:00 2001 From: AdoKevin Date: Mon, 10 Feb 2025 17:36:16 +0800 Subject: [PATCH] doc: add change log --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9663dc6b..b4a648907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to the "prettier-vscode" extension will be documented in thi +## [Unreleased] + +- Fix issue that .prettierignore in monorepo sub folders is not read. (#3003, #3424) + ## [11.0.0] - [BREAKING CHANGE] Prevent `.editorconfig` from satisfying the `requireConfig` setting (#2708) - Thanks to [@redoPop](https://github.com/redoPop)