From 2a0d864121cd0ae6c66d1447d2eed463fd8cf720 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 2 Feb 2023 09:26:25 +0000 Subject: [PATCH] chore(release): cut 1.1.1 [skip ci] ## [1.1.1](https://github.com/dhis2/d2-i18n/compare/v1.1.0...v1.1.1) (2023-02-02) ### Bug Fixes * only initialize i18next if not already initialized [DHIS2-14132] ([0b5c909](https://github.com/dhis2/d2-i18n/commit/0b5c909f901006a6614e2214e27e0c47c0f1c4c7)) * only initialized i18next if not already initialized [DHIS2-14132] ([5a95d0d](https://github.com/dhis2/d2-i18n/commit/5a95d0de87a82898c9cb6ccfaec14db8edaf15c6)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82017c9..4f49a9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.1.1](https://github.com/dhis2/d2-i18n/compare/v1.1.0...v1.1.1) (2023-02-02) + + +### Bug Fixes + +* only initialize i18next if not already initialized [DHIS2-14132] ([0b5c909](https://github.com/dhis2/d2-i18n/commit/0b5c909f901006a6614e2214e27e0c47c0f1c4c7)) +* only initialized i18next if not already initialized [DHIS2-14132] ([5a95d0d](https://github.com/dhis2/d2-i18n/commit/5a95d0de87a82898c9cb6ccfaec14db8edaf15c6)) + # [1.1.0](https://github.com/dhis2/d2-i18n/compare/v1.0.6...v1.1.0) (2021-03-01) diff --git a/package.json b/package.json index 62a7ecd..91a5de9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/d2-i18n", - "version": "1.1.0", + "version": "1.1.1", "description": "configuration wrapper for i18next translations", "main": "./build/cjs/index.js", "module": "./build/es/index.js",