From bc2a05454e4cd8fb2fe78cef33bc353dae3e77d5 Mon Sep 17 00:00:00 2001 From: Karel Ledru Date: Mon, 26 Feb 2024 16:30:34 -0500 Subject: [PATCH] Bump to 8.13.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e88cdb10..667ddb60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# 8.13.0 + +- Output the files in which a string is found in customValueTemplate #970 +- Fix babel dependency #976 #975 +- Update dependencies + # 8.12.0 - Fix --fail-on-update false negatives from new sort code #957 #955 diff --git a/package.json b/package.json index f33f949c..f1ceac17 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "i18next-parser", "description": "Command Line tool for i18next", - "version": "8.12.0", + "version": "8.13.0", "type": "module", "license": "MIT", "author": "Karel Ledru",