diff --git a/CHANGELOG.md b/CHANGELOG.md index f925d36..2d3f7d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.5.1] - 2020-08-03 ### Added - `message` prop usage and example on documentation diff --git a/manifest.json b/manifest.json index b77e6d6..d5957ed 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-price", - "version": "1.5.0", + "version": "1.5.1", "title": "VTEX Product Price", "description": "Components used to show everything price related in the context of the product", "builders": { diff --git a/react/package.json b/react/package.json index a9d67cd..33188a8 100644 --- a/react/package.json +++ b/react/package.json @@ -24,5 +24,5 @@ "typescript": "3.8.3", "vtex.css-handles": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.css-handles@0.4.2/public/@types/vtex.css-handles" }, - "version": "1.5.0" + "version": "1.5.1" }