diff --git a/CHANGELOG.md b/CHANGELOG.md index 662375c..eb162f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.1.1] - 2022-10-18 ### Fixed - Add product meta tag description into entry header to enable this field into the bulk import for products diff --git a/manifest.json b/manifest.json index 6ceb015..0bf6fb8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "admin-catalog-translation", "vendor": "vtex", - "version": "2.1.0", + "version": "2.1.1", "title": "Catalog Translation", "description": "", "mustUpdateAt": "2022-08-28", diff --git a/node/package.json b/node/package.json index 4ce35bd..0bd7b9a 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.admin-catalog-translation", - "version": "2.1.0", + "version": "2.1.1", "main": "index.ts", "license": "UNLICENSED", "dependencies": { diff --git a/react/package.json b/react/package.json index 1fa30fa..af633f4 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.admin-example", - "version": "2.1.0", + "version": "2.1.1", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },