diff --git a/CHANGELOG.md b/CHANGELOG.md index e953fc12..b1597e23 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] + +## [2.120.3] - 2021-12-20 ### Fixed - Search's `query` is now URL decoded whenever possible. This avoids unnecessary updates on the page when the query contain spaces coded as `%20`, for example, and makes "Show More" functionality work correctly. diff --git a/manifest.json b/manifest.json index f528f703..dc4a31c9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store", - "version": "2.120.2", + "version": "2.120.3", "title": "VTEX Store", "description": "The VTEX basic store.", "builders": { diff --git a/react/package.json b/react/package.json index 06617c97..5c0df9ed 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.120.2" + "version": "2.120.3" }