From 7f78ad77c8e6a10d9da5c23d84b051122d7debf9 Mon Sep 17 00:00:00 2001 From: Karel Ledru Date: Sun, 9 Jun 2024 13:32:23 -0400 Subject: [PATCH] Bump to 9.0.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 667ddb60..f8325083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# 9.0.0 + +- Custom contextSeparator fix #1008 +- Remove VueLexer #1007 #617 +- Fix t func in options #994 #779 + # 8.13.0 - Output the files in which a string is found in customValueTemplate #970