From b83858b1a176f2c396dab75da68075c2280085d6 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:00:52 +0300 Subject: [PATCH] chore(main): release 1.3.0 (#46) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96fb50e..c5f8d44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/gravity-ui/i18n/compare/v1.2.0...v1.3.0) (2024-02-02) + + +### Features + +* do not throw an error on duplicated keysets out of production ([#45](https://github.com/gravity-ui/i18n/issues/45)) ([aa46095](https://github.com/gravity-ui/i18n/commit/aa4609583a7a5d7215347b6f0d84b31e9f0bb1a7)) + ## [1.2.0](https://github.com/gravity-ui/i18n/compare/v1.1.0...v1.2.0) (2024-01-26) diff --git a/package-lock.json b/package-lock.json index cc42698..403cdf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/i18n", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/i18n", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "devDependencies": { "@commitlint/cli": "18.2.0", diff --git a/package.json b/package.json index daa6425..e8af504 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gravity-ui/i18n", "description": "i18n library for Gravity UI services", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "main": "build/cjs/index.js", "module": "build/esm/index.js",