diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a905d9c..8d820527 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.69.0] - 2021-01-25 ### Added - New CSS Handle `imageWrapper` in `product-summary-image`. diff --git a/manifest.json b/manifest.json index 12557df0..1f9c961f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-summary", - "version": "2.68.2", + "version": "2.69.0", "title": "Product Summary", "description": "Product summary component", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index fb8cb470..f40dde66 100644 --- a/react/package.json +++ b/react/package.json @@ -45,5 +45,5 @@ "vtexScriptsOverride": { "srcPath": "." }, - "version": "2.68.2" + "version": "2.69.0" }