diff --git a/CHANGELOG.md b/CHANGELOG.md index 6897cb23..569b6d06 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.8.1] - 2021-01-29 + ### Fixed - Product Subtotal in `ProductList/Product.tsx`, adding unitMultiplier in product subtotal diff --git a/manifest.json b/manifest.json index 9cad6234..72153ada 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "order-placed", - "version": "2.8.0", + "version": "2.8.1", "title": "Order Placed", "description": "", "registries": [ diff --git a/react/package.json b/react/package.json index 40fe1d9f..dcc82c31 100644 --- a/react/package.json +++ b/react/package.json @@ -1,5 +1,5 @@ { - "version": "2.8.0", + "version": "2.8.1", "scripts": { "test": "vtex-test-tools test" },