From c37294fb250a36cee5eaa86975da2d51e3fc4f1b Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Wed, 24 Jun 2020 12:16:21 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b3f32a..98491ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.4.1 + +- Fixed `cssConflict` lint rule when classes apply the same properties but have different scopes (#134) +- Fixed JS error when providing diagnostics in the case that IntelliSense is not enabled (#133) +- Fixed config finder incorrectly determining that no config file can be found (#130) + ## 0.4.0 - Added linting and quick fixes for both CSS and markup