diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ea6b000..b70ff13c 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] +## [0.11.3] - 2019-10-23 + ### Added - "Remove" label to option zero in the quantity selector dropdown. diff --git a/manifest.json b/manifest.json index 52abcc6c..fe74cd66 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-list", - "version": "0.11.2", + "version": "0.11.3", "title": "Product List", "description": "Product List", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index dce57708..513d4ee2 100644 --- a/react/package.json +++ b/react/package.json @@ -31,5 +31,5 @@ "tslint-eslint-rules": "^5.4.0", "typescript": "3.5.2" }, - "version": "0.11.2" + "version": "0.11.3" }