diff --git a/CHANGELOG.md b/CHANGELOG.md index 508d81d6..996d985d 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.71.2] - 2021-04-08 + ### Fixed - Autocomplete closing when clicking on the Add to Cart button. diff --git a/manifest.json b/manifest.json index 7f5d13df..fd81cafa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-summary", - "version": "2.71.1", + "version": "2.71.2", "title": "Product Summary", "description": "Product summary component", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index de3dcea9..bfc484dd 100644 --- a/react/package.json +++ b/react/package.json @@ -45,5 +45,5 @@ "vtexScriptsOverride": { "srcPath": "." }, - "version": "2.71.1" + "version": "2.71.2" }