From bca05d4cfacf1bcf4967d95d6427faa8450ab874 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 7 Jul 2024 17:13:40 -0700 Subject: [PATCH] changelog 2.0.1 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d49033e..a08da7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - Limit custom `sourceDialects` exports to only those that match the package type. For example, do not export source under a `require` condition if the package.json is `"type": "module"`. +- Treat `composite` and `incremental` the same, since `composite` + implies `incremental`. # 1.18