diff --git a/CHANGELOG.md b/CHANGELOG.md index f678c33b9..fc9a27de9 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.19] - 2022-07-14 + ## [3.161.18] - 2022-07-14 ## [3.161.17] - 2022-07-13 diff --git a/manifest.json b/manifest.json index 8dd58472f..cf67412b9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-components", - "version": "3.161.18", + "version": "3.161.19", "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 1fcf5c34f..555d0aa82 100644 --- a/react/package.json +++ b/react/package.json @@ -82,5 +82,5 @@ "./setupTests.js" ] }, - "version": "3.161.18" + "version": "3.161.19" }