diff --git a/CHANGELOG.md b/CHANGELOG.md index 03c6a91e..54d71ca5 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.81.0] - 2023-01-02 + ### Added - Indonesian translation. diff --git a/manifest.json b/manifest.json index 824de609..3990ea32 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-summary", - "version": "2.80.1", + "version": "2.81.0", "title": "Product Summary", "description": "Product summary component", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 56d8fd0d..184668b6 100644 --- a/react/package.json +++ b/react/package.json @@ -46,5 +46,5 @@ "vtexScriptsOverride": { "srcPath": "." }, - "version": "2.80.1" + "version": "2.81.0" }