diff --git a/CHANGELOG.md b/CHANGELOG.md index 25c4130..07e6e12 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.18.2] - 2025-01-22 + ## [2.18.1] - 2024-09-02 ## [2.18.0] - 2024-08-20 diff --git a/manifest.json b/manifest.json index cc16e09..134b0f9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "search", "vendor": "vtex", - "version": "2.18.1", + "version": "2.18.2", "title": "Search", "description": "Search components and functionality for VTEX IO.", "scripts": { diff --git a/react/package.json b/react/package.json index 915bda2..13b4129 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "react", - "version": "2.18.1", + "version": "2.18.2", "private": true, "dependencies": { "@apollo/react-hooks": "^3.1.5",