From 70176d9080d72c95cf569b276f4cb3d1b2498768 Mon Sep 17 00:00:00 2001 From: Adriano Raiano Date: Tue, 23 Apr 2024 09:07:55 +0200 Subject: [PATCH] 14.1.1 --- 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 3da020164..6ffb1d110 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-i18next", - "version": "14.1.0", + "version": "14.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-i18next", - "version": "14.1.0", + "version": "14.1.1", "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9", diff --git a/package.json b/package.json index 450c8dc45..fd5fcb426 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-i18next", - "version": "14.1.0", + "version": "14.1.1", "description": "Internationalization for react done right. Using the i18next i18n ecosystem.", "main": "dist/commonjs/index.js", "types": "./index.d.mts",