From 4b5fa0114b062eb2cedf0d672215f32fd508b0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Zugmeyer?= Date: Sat, 21 Sep 2024 22:25:19 +0200 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d85b51a..77241f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +2024-09-21 v8.1.2 + +- Fix sourceType config for ESLint 9 +- Don't require espree directly #271 + 2024-04-22 v8.1.1 - Fix compatibility with @eslint/config-inspector #267