From b12cc6d24bc6ab67b96ca09b4fe1e0b4b064cdde Mon Sep 17 00:00:00 2001 From: Aleks Hudochenkov Date: Fri, 6 Jan 2023 18:29:26 +0100 Subject: [PATCH] Prepare 6.0.1 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 633ac31..a820bad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## 6.0.1 +* Fix regression causing root of CSS or SCSS to report violations + ## 6.0.0 * Dropped Node.js 12 and 14 support. * Added support for `postcss-styled-syntax`.