From b274be772bde64377ce1d75f28c7cd3f46735851 Mon Sep 17 00:00:00 2001 From: Adriano Raiano Date: Thu, 7 Mar 2024 10:10:16 +0100 Subject: [PATCH] 14.1.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56a061e7..3da02016 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-i18next", - "version": "14.0.8", + "version": "14.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-i18next", - "version": "14.0.8", + "version": "14.1.0", "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9", diff --git a/package.json b/package.json index d36557b5..450c8dc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-i18next", - "version": "14.0.8", + "version": "14.1.0", "description": "Internationalization for react done right. Using the i18next i18n ecosystem.", "main": "dist/commonjs/index.js", "types": "./index.d.mts",