From 11ea940af2e08c1f6641ab206bacf5415ba0ff4e Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Thu, 11 Aug 2022 12:11:44 -0300 Subject: [PATCH] chore(release): 1.31.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d955d82..b0e55db 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.31.0](https://github.com/ecomplus/i18n/compare/v1.30.0...v1.31.0) (2022-08-11) + + +### Features + +* **words:** words for subscriptions admin ([#179](https://github.com/ecomplus/i18n/issues/179)) ([b826990](https://github.com/ecomplus/i18n/commit/b826990da3785aa50c603a82c4ae6440b02ec88e)) + ## [1.30.0](https://github.com/ecomplus/i18n/compare/v1.29.0...v1.30.0) (2022-08-05) diff --git a/package-lock.json b/package-lock.json index 157bbd5..528d008 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ecomplus/i18n", - "version": "1.30.0", + "version": "1.31.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ecomplus/i18n", - "version": "1.30.0", + "version": "1.31.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.18.10", diff --git a/package.json b/package.json index 72f4fec..8f1cf3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/i18n", - "version": "1.30.0", + "version": "1.31.0", "description": "Tree shakable dictionary for e-commerce JS apps", "main": "dist/i18n.min.js", "module": "src/index.js",