From 4c27e247b5d91047a8834e3538bb14151a9ce454 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Wed, 15 Jul 2020 13:31:42 -0300 Subject: [PATCH] chore(release): 1.14.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67ec333..88d6d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.14.0](https://github.com/ecomplus/i18n/compare/v1.13.0...v1.14.0) (2020-07-15) + + +### Features + +* **words:** new words [#57](https://github.com/ecomplus/i18n/issues/57) ([2b5b174](https://github.com/ecomplus/i18n/commit/2b5b1748b0a8901b5551a39b3ac12b9961d73abe)) + + +### Bug Fixes + +* **pt-br:** fix i19fullName ptBr translation ([#66](https://github.com/ecomplus/i18n/issues/66)) ([0589124](https://github.com/ecomplus/i18n/commit/05891248aff5a7e7125a1e28242f3beba4e79d23)) + ## [1.13.0](https://github.com/ecomplus/i18n/compare/v1.12.0...v1.13.0) (2020-06-14) diff --git a/package-lock.json b/package-lock.json index 3d08ce7..480794a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/i18n", - "version": "1.13.0", + "version": "1.14.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d4f1dcd..ed4feac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/i18n", - "version": "1.13.0", + "version": "1.14.0", "description": "Tree shakable dictionary for e-commerce JS apps", "main": "dist/i18n.min.js", "module": "src/index.js",