From b93be8e860b9418b072142f1dd451196bd87ba76 Mon Sep 17 00:00:00 2001 From: Adriano Raiano Date: Thu, 20 Oct 2022 18:09:50 +0200 Subject: [PATCH] 12.0.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 0aa97fde..26427267 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-i18next", - "version": "11.18.6", + "version": "12.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-i18next", - "version": "11.18.6", + "version": "12.0.0", "license": "MIT", "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/package.json b/package.json index f4281fb7..cf2604f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-i18next", - "version": "11.18.6", + "version": "12.0.0", "description": "Internationalization for react done right. Using the i18next i18n ecosystem.", "main": "dist/commonjs/index.js", "types": "./index.d.ts",