diff --git a/CHANGELOG.md b/CHANGELOG.md index 530b38a..3954887 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.7.0] - 2019-10-14 + ## [0.6.1] - 2019-10-01 ## Changed diff --git a/manifest.json b/manifest.json index 1f6c749..68cf47b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "checkout-summary", - "version": "0.6.1", + "version": "0.7.0", "title": "IO Summary Component", "description": "IO summary component to checkout", "defaultLocale": "pt-BR", @@ -23,4 +23,4 @@ "vtex.formatted-price": "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 ee34514..62c71df 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.7.0" }