From 8e19a794063f98c99aae4f93d441646caace54ce Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Wed, 4 Aug 2021 20:05:28 -0300 Subject: [PATCH] chore(release): 1.23.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 80ae00b..87e8715 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.23.0](https://github.com/ecomplus/i18n/compare/v1.22.0...v1.23.0) (2021-08-04) + + +### Features + +* **words:** new words from [#119](https://github.com/ecomplus/i18n/issues/119) ([41ffda6](https://github.com/ecomplus/i18n/commit/41ffda6bf4bb17becfb9c3e6fd123a43391d4dfa)) + + +### Bug Fixes + +* **pt-br:** typo fix `i19loyaltyPoints` and `i19loyaltyPointsName` ([#127](https://github.com/ecomplus/i18n/issues/127)) ([9e39e65](https://github.com/ecomplus/i18n/commit/9e39e65711d350221547a360398d00e7308d0e13)) + ## [1.22.0](https://github.com/ecomplus/i18n/compare/v1.21.0...v1.22.0) (2021-06-04) diff --git a/package-lock.json b/package-lock.json index 6744a52..741dd2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/i18n", - "version": "1.22.0", + "version": "1.23.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fd3c883..02cbfba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/i18n", - "version": "1.22.0", + "version": "1.23.0", "description": "Tree shakable dictionary for e-commerce JS apps", "main": "dist/i18n.min.js", "module": "src/index.js",