From 9ad195ece58976f4f1ddf6cd3b1f0cd1c4969558 Mon Sep 17 00:00:00 2001 From: Karel Ledru Date: Sun, 3 Apr 2022 12:51:31 -0400 Subject: [PATCH] Bump to 6.2.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",