diff --git a/CHANGELOG.md b/CHANGELOG.md index b81d17b3..018aa39d 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.87.1] - 2023-12-19 + ### Added - Adds `@vtex-apps/intelligent-search-apps` on CODEOWNERS. diff --git a/manifest.json b/manifest.json index f4ab05ce..466af6e0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-summary", - "version": "2.87.0", + "version": "2.87.1", "title": "Product Summary", "description": "Product summary component", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index f4b812ef..e61ddfc7 100644 --- a/react/package.json +++ b/react/package.json @@ -46,5 +46,5 @@ "vtexScriptsOverride": { "srcPath": "." }, - "version": "2.87.0" + "version": "2.87.1" }