diff --git a/CHANGELOG.md b/CHANGELOG.md index 59016549..480da9eb 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.65.0] - 2020-12-02 + ### Added - `actionOnProductClick` prop to `ProductSummaryList`. diff --git a/manifest.json b/manifest.json index 5c588bbb..d9e71949 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-summary", - "version": "2.64.0", + "version": "2.65.0", "title": "Product Summary", "description": "Product summary component", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 76d07374..8a03f1f3 100644 --- a/react/package.json +++ b/react/package.json @@ -41,5 +41,5 @@ "vtexScriptsOverride": { "srcPath": "." }, - "version": "2.64.0" + "version": "2.65.0" }