diff --git a/CHANGELOG.md b/CHANGELOG.md index 87662903..50ec1594 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.114.0] - 2021-03-25 + ### Added - `__unstableCategoryTreeBehavior` prop to the `SearchContext`. diff --git a/manifest.json b/manifest.json index 49aed484..324347d1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store", - "version": "2.113.0", + "version": "2.114.0", "title": "VTEX Store", "description": "The VTEX basic store.", "builders": { diff --git a/react/package.json b/react/package.json index 9c9254c0..7836c815 100644 --- a/react/package.json +++ b/react/package.json @@ -50,5 +50,5 @@ "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.113.0/public/@types/vtex.styleguide", "vtex.telemarketing": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.telemarketing@2.10.1/public/@types/vtex.telemarketing" }, - "version": "2.113.0" + "version": "2.114.0" }