diff --git a/CHANGELOG.md b/CHANGELOG.md index ef0bb840..a3a64efc 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] + +## [1.5.1] - 2021-12-08 ### Fixed - Safely decoding URI components to prevent errors when the search query contains breaking characters such as "%" diff --git a/manifest.json b/manifest.json index 424c18a2..3e09b8fd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "search", "vendor": "vtex", - "version": "1.5.0", + "version": "1.5.1", "title": "Search", "description": "Search components and functionality for VTEX IO.", "scripts": { diff --git a/node/package.json b/node/package.json index f2aebc06..83b09c8c 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "node", - "version": "1.5.0", + "version": "1.5.1", "description": "", "main": "index.ts", "dependencies": { diff --git a/react/package.json b/react/package.json index 422791bb..f96e17b4 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "react", - "version": "1.5.0", + "version": "1.5.1", "private": true, "dependencies": { "@apollo/react-hooks": "^3.1.5",