diff --git a/CHANGELOG.md b/CHANGELOG.md index df05e9ea..5b989d51 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.71.0] - 2021-03-29 ### Added - Option to match only a substring when defining the Product Image's label. diff --git a/manifest.json b/manifest.json index f86a35d6..d9834b4a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-summary", - "version": "2.70.0", + "version": "2.71.0", "title": "Product Summary", "description": "Product summary component", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 3cf54bf0..a59eee32 100644 --- a/react/package.json +++ b/react/package.json @@ -45,5 +45,5 @@ "vtexScriptsOverride": { "srcPath": "." }, - "version": "2.70.0" + "version": "2.71.0" }