diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8170cb..d27c465e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 6.2.0 + +- Fix stats of files added, removed and unique keys #546 #498 #489 + # 6.1.0 - Add a `functionsNamespace` option to the Javascrip Lexer #512 diff --git a/package.json b/package.json index 80f91430..dc5ae811 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "i18next-parser", "description": "Command Line tool for i18next", - "version": "6.1.0", + "version": "6.2.0", "type": "module", "license": "MIT", "author": "Karel Ledru",