diff --git a/CHANGELOG.md b/CHANGELOG.md index 819eb41..408e2ff 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.27.0](https://github.com/ecomplus/i18n/compare/v1.26.0...v1.27.0) (2022-02-05) + + +### Features + +* **words:** new words from [#150](https://github.com/ecomplus/i18n/issues/150) ([ac7fa04](https://github.com/ecomplus/i18n/commit/ac7fa046777ef9fdfb4ca0945df43d85ae6e040e)) + ## [1.26.0](https://github.com/ecomplus/i18n/compare/v1.25.0...v1.26.0) (2022-01-10) diff --git a/package-lock.json b/package-lock.json index 4ca083d..930e021 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ecomplus/i18n", - "version": "1.26.0", + "version": "1.27.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ecomplus/i18n", - "version": "1.26.0", + "version": "1.27.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.16.12", diff --git a/package.json b/package.json index 16072cd..040ffa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/i18n", - "version": "1.26.0", + "version": "1.27.0", "description": "Tree shakable dictionary for e-commerce JS apps", "main": "dist/i18n.min.js", "module": "src/index.js",