From 84f645c30bbbc7e52a27815f633eb3f72565c3f7 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Fri, 5 Aug 2022 13:00:21 -0300 Subject: [PATCH] chore(release): 1.30.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e31ada..d955d82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.30.0](https://github.com/ecomplus/i18n/compare/v1.29.0...v1.30.0) (2022-08-05) + + +### Features + +* **words:** new words for recurring payments ([#177](https://github.com/ecomplus/i18n/issues/177)) ([25ce0f8](https://github.com/ecomplus/i18n/commit/25ce0f8be9b7bfba403a1e3e6465524cb18fe0c9)) +* **words:** new words from [#170](https://github.com/ecomplus/i18n/issues/170) ([c12f7fe](https://github.com/ecomplus/i18n/commit/c12f7fecfa66612381b08a7af4437512f31d7148)) + ## [1.29.0](https://github.com/ecomplus/i18n/compare/v1.28.0...v1.29.0) (2022-03-25) diff --git a/package-lock.json b/package-lock.json index 8d191ee..09a6251 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ecomplus/i18n", - "version": "1.29.0", + "version": "1.30.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ecomplus/i18n", - "version": "1.29.0", + "version": "1.30.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.18.9", diff --git a/package.json b/package.json index 4d3abe0..75dbd91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/i18n", - "version": "1.29.0", + "version": "1.30.0", "description": "Tree shakable dictionary for e-commerce JS apps", "main": "dist/i18n.min.js", "module": "src/index.js",