diff --git a/CHANGELOG.md b/CHANGELOG.md index 72395750e..8dc580bc0 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] + +## [3.161.0] - 2022-07-05 ### Added - Call To Action mode on contentSchema diff --git a/manifest.json b/manifest.json index e68b86a06..4530fcd4d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-components", - "version": "3.160.1", + "version": "3.161.0", "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 4ec131dae..f384e9aec 100644 --- a/react/package.json +++ b/react/package.json @@ -82,5 +82,5 @@ "./setupTests.js" ] }, - "version": "3.160.1" + "version": "3.161.0" }