diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e3563b2..b68832d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +# 8.9.0 + +- Make tests work on Windows with non-English locale #931 +- Update dependencies + # 8.8.0 - Handle attribute spreads #909 #908 diff --git a/package.json b/package.json index 82f05b13..22230258 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "i18next-parser", "description": "Command Line tool for i18next", - "version": "8.8.0", + "version": "8.9.0", "type": "module", "license": "MIT", "author": "Karel Ledru",