From 436cdc98e2be653941559d5e3684f4c563b6a529 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Mon, 23 Mar 2020 04:00:50 -0300 Subject: [PATCH] chore(release): 1.6.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afa0979..130bf4f 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.6.0](https://github.com/ecomplus/i18n/compare/v1.5.0...v1.6.0) (2020-03-23) + + +### Features + +* **words:** adding new words and minor fixes [#42](https://github.com/ecomplus/i18n/issues/42) ([4f81071](https://github.com/ecomplus/i18n/commit/4f81071fa5cb93d5a11b64ec161690c1dfb0f477)) + ## [1.5.0](https://github.com/ecomplus/i18n/compare/v1.4.1...v1.5.0) (2020-03-18) diff --git a/package-lock.json b/package-lock.json index e09cb83..89bd2a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/i18n", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4841e52..1941bf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/i18n", - "version": "1.5.0", + "version": "1.6.0", "description": "Tree shakable dictionary for e-commerce JS apps", "main": "dist/i18n.min.js", "module": "src/index.js",