diff --git a/CHANGELOG.md b/CHANGELOG.md index e7480097..b78dbf0a 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.14.2] - 2019-11-21 + ### Changed - Component's preview width values, in order to keep the expected behavior on mobile devices. diff --git a/manifest.json b/manifest.json index 67e31a75..3c3b3aba 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-list", - "version": "0.14.1", + "version": "0.14.2", "title": "Product List", "description": "Product List", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 7e357903..254c3ba2 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.14.1" + "version": "0.14.2" }