diff --git a/CHANGELOG.md b/CHANGELOG.md index 9420d2d..770f751 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.25.0](https://github.com/ecomplus/i18n/compare/v1.24.0...v1.25.0) (2022-01-03) + + +### Features + +* **words:** new words from [#146](https://github.com/ecomplus/i18n/issues/146) ([0024e96](https://github.com/ecomplus/i18n/commit/0024e9605b7c142fb8bca0592a3fb9f13d089d92)) + ## [1.24.0](https://github.com/ecomplus/i18n/compare/v1.23.0...v1.24.0) (2021-10-23) diff --git a/package-lock.json b/package-lock.json index ba58855..724cd47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/i18n", - "version": "1.24.0", + "version": "1.25.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a827ceb..0bac22e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/i18n", - "version": "1.24.0", + "version": "1.25.0", "description": "Tree shakable dictionary for e-commerce JS apps", "main": "dist/i18n.min.js", "module": "src/index.js",