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",