diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ffe257..a776576 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.17.0](https://github.com/ecomplus/i18n/compare/v1.16.1...v1.17.0) (2020-11-07) + + +### Features + +* **words:** new words [#80](https://github.com/ecomplus/i18n/issues/80) ([6c818d5](https://github.com/ecomplus/i18n/commit/6c818d50edc3e149405e36d1817daef411d3a486)) + ### [1.16.1](https://github.com/ecomplus/i18n/compare/v1.16.0...v1.16.1) (2020-09-13) diff --git a/package-lock.json b/package-lock.json index 918d3a5..74f49cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/i18n", - "version": "1.16.1", + "version": "1.17.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6d42f84..e1740d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/i18n", - "version": "1.16.1", + "version": "1.17.0", "description": "Tree shakable dictionary for e-commerce JS apps", "main": "dist/i18n.min.js", "module": "src/index.js",