diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d74808f9..3ff9d7721 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.17] - 2022-07-13 + ## [3.161.16] - 2022-07-13 ## [3.161.15] - 2022-07-13 diff --git a/manifest.json b/manifest.json index b735805f5..56c7f5c91 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-components", - "version": "3.161.16", + "version": "3.161.17", "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 87a218a54..7572f28e8 100644 --- a/react/package.json +++ b/react/package.json @@ -82,5 +82,5 @@ "./setupTests.js" ] }, - "version": "3.161.16" + "version": "3.161.17" }