diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dede2a..a7e79e0 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.3.0] - 2019-10-10 + ### Added - `c-success` token to component when the received value is zero. diff --git a/manifest.json b/manifest.json index c342375..8a703ec 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "formatted-price", - "version": "0.2.0", + "version": "0.3.0", "title": "Price component", "description": "", "defaultLocale": "pt-BR", @@ -16,4 +16,4 @@ "vtex.format-currency": "0.x" }, "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema" -} \ No newline at end of file +} diff --git a/react/package.json b/react/package.json index 68c92a7..f6c7aa4 100644 --- a/react/package.json +++ b/react/package.json @@ -27,5 +27,6 @@ "prettier": "^1.18.2", "tslint-eslint-rules": "^5.4.0", "typescript": "3.5.2" - } + }, + "version": "0.3.0" }