diff --git a/CHANGELOG.md b/CHANGELOG.md index fc9a27de9..e3ef53458 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] +## [3.161.20] - 2022-07-14 + ## [3.161.19] - 2022-07-14 ## [3.161.18] - 2022-07-14 diff --git a/manifest.json b/manifest.json index cf67412b9..439d2a760 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-components", - "version": "3.161.19", + "version": "3.161.20", "title": "VTEX Store Components", "defaultLocale": "pt-BR", "description": "The VTEX store components for that render apps can use", diff --git a/react/package.json b/react/package.json index 555d0aa82..f492e65ca 100644 --- a/react/package.json +++ b/react/package.json @@ -82,5 +82,5 @@ "./setupTests.js" ] }, - "version": "3.161.19" + "version": "3.161.20" }