From 19abe67404ace9aa57bf209e9c9ff92e603db542 Mon Sep 17 00:00:00 2001 From: Aleks Hudochenkov Date: Sat, 30 Dec 2023 00:34:44 +0100 Subject: [PATCH] Prepare 0.6.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcbfee2..13f3904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## 0.6.1 +* Fix interpolation ranges if there is a comment inside an interpolation +* Catch more JavaScript parsing errors + ## 0.6.0 * Use TypeScript instead of @typescript-eslint/typescript-estree for parsing. This fixes “unsupported TypeScript version” messages and reduces install size. * Fix parsing for two interpolations before rule selector. Fixes #24