diff --git a/CHANGELOG.md b/CHANGELOG.md index 2afcf74..ce5ad2f 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.16.4] - 2023-06-15 ### Fixed - Add `rootPath` to Session API calls. diff --git a/manifest.json b/manifest.json index 2921f01..6f798e4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "search", "vendor": "vtex", - "version": "2.16.3", + "version": "2.16.4", "title": "Search", "description": "Search components and functionality for VTEX IO.", "scripts": { diff --git a/react/package.json b/react/package.json index a450964..aefb6c1 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "react", - "version": "2.16.3", + "version": "2.16.4", "private": true, "dependencies": { "@apollo/react-hooks": "^3.1.5",