From 9d6278339411b622c6cb58c9de9436e002e9a2d0 Mon Sep 17 00:00:00 2001 From: choque9 <74924748+choque9@users.noreply.github.com> Date: Thu, 25 Apr 2024 20:23:22 +0000 Subject: [PATCH] Release v2.1.6 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- node/package.json | 2 +- react/package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b061e5c..c11f6f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.1.6] - 2024-04-25 + ## [2.1.5] - 2024-04-25 ## [2.1.4] - 2024-03-20 diff --git a/manifest.json b/manifest.json index 0faf5f8..193edb9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "admin-catalog-translation", "vendor": "vtex", - "version": "2.1.5", + "version": "2.1.6", "title": "Catalog Translation", "description": "", "mustUpdateAt": "2022-08-28", diff --git a/node/package.json b/node/package.json index cf7243a..d2bb541 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.admin-catalog-translation", - "version": "2.1.5", + "version": "2.1.6", "main": "index.ts", "license": "UNLICENSED", "dependencies": { diff --git a/react/package.json b/react/package.json index c8b1ff5..afe1e98 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.admin-example", - "version": "2.1.5", + "version": "2.1.6", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },