diff --git a/CHANGELOG.md b/CHANGELOG.md index fd67255..6d525cd 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.15.0] - 2021-03-17 + ### Added - `getCurrentProgressBarState` function. diff --git a/manifest.json b/manifest.json index adf91a7..3d1de1e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "my-account-commons", - "version": "0.14.0", + "version": "0.15.0", "title": "MyAccount Commons", "defaultLocale": "pt-BR", "description": "Shared components used to build ne MyAccounts pages", diff --git a/react/package.json b/react/package.json index fa87c40..df10751 100644 --- a/react/package.json +++ b/react/package.json @@ -27,5 +27,5 @@ "apollo-client": "^2.5.1", "typescript": "3.9.7" }, - "version": "0.14.0" + "version": "0.15.0" }