diff --git a/CHANGELOG.md b/CHANGELOG.md index 770f751..819eb41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.26.0](https://github.com/ecomplus/i18n/compare/v1.25.0...v1.26.0) (2022-01-10) + + +### Features + +* **words:** add new `i19sizeGuide` ([fae84f3](https://github.com/ecomplus/i18n/commit/fae84f375de4351974cb23a3934a82243661c444)) + ## [1.25.0](https://github.com/ecomplus/i18n/compare/v1.24.0...v1.25.0) (2022-01-03) diff --git a/package-lock.json b/package-lock.json index 3301942..1b7324b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/i18n", - "version": "1.25.0", + "version": "1.26.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5dfe8a8..4eb4caa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/i18n", - "version": "1.25.0", + "version": "1.26.0", "description": "Tree shakable dictionary for e-commerce JS apps", "main": "dist/i18n.min.js", "module": "src/index.js",