diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bad036e..7fa5801c 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.85.0] - 2023-09-21 + ### Added - `variant` cookie. diff --git a/manifest.json b/manifest.json index 42885c38..54fd0181 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-summary", - "version": "2.84.0", + "version": "2.85.0", "title": "Product Summary", "description": "Product summary component", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 6425d4d9..31c2ae2f 100644 --- a/react/package.json +++ b/react/package.json @@ -46,5 +46,5 @@ "vtexScriptsOverride": { "srcPath": "." }, - "version": "2.84.0" + "version": "2.85.0" }