From 4fcbf269c70d85420af593b64ccb9701f4883dc3 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Fri, 22 Oct 2021 21:12:15 -0300 Subject: [PATCH] chore(release): 1.24.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 87e8715..9420d2d 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.24.0](https://github.com/ecomplus/i18n/compare/v1.23.0...v1.24.0) (2021-10-23) + + +### Features + +* **words:** new words from [#134](https://github.com/ecomplus/i18n/issues/134) ([#139](https://github.com/ecomplus/i18n/issues/139)) ([e3b4c23](https://github.com/ecomplus/i18n/commit/e3b4c234d55ff930059a1248d13a6634da858b08)) + ## [1.23.0](https://github.com/ecomplus/i18n/compare/v1.22.0...v1.23.0) (2021-08-04) diff --git a/package-lock.json b/package-lock.json index fd80241..2b44af3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/i18n", - "version": "1.23.0", + "version": "1.24.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7188014..d96421c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/i18n", - "version": "1.23.0", + "version": "1.24.0", "description": "Tree shakable dictionary for e-commerce JS apps", "main": "dist/i18n.min.js", "module": "src/index.js",