From fe0a642bcc9c789c63f44b601127745d16795f94 Mon Sep 17 00:00:00 2001 From: Karel Ledru Date: Sun, 24 Dec 2023 16:14:29 -0500 Subject: [PATCH] Bump to 8.10.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b68832d5..178e0db9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +# 8.10.0 + +- Fix a bug where keepRemoved option makes the failOnUpdate fails without any update #948 #666 +- Update dependencies + # 8.9.0 - Make tests work on Windows with non-English locale #931 diff --git a/package.json b/package.json index a8fbd7a5..58560ee3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "i18next-parser", "description": "Command Line tool for i18next", - "version": "8.9.0", + "version": "8.10.0", "type": "module", "license": "MIT", "author": "Karel Ledru",