diff --git a/CHANGELOG.md b/CHANGELOG.md index 26bd8d34..44722952 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.22.0] - 2020-10-05 + ### Added - **sk**, **sl**, **sv**, **uk**, **fi**, **bg**, **ca**, **da**, **el**, **fi**, **ko**, **nl**, **pl**, **ru** translations. diff --git a/manifest.json b/manifest.json index 13b3cdda..ddd704ae 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "my-subscriptions", - "version": "0.21.0", + "version": "0.22.0", "title": "MySubscriptions", "defaultLocale": "pt-BR", "description": "MySubscriptions app used used inside of the MyAccounts", diff --git a/react/package.json b/react/package.json index 5b24d683..3506f29c 100644 --- a/react/package.json +++ b/react/package.json @@ -51,5 +51,5 @@ "vtex.subscriptions-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.subscriptions-graphql@2.7.5/public/@types/vtex.subscriptions-graphql", "vtex.totalizer-translator": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.totalizer-translator@1.1.0/public/_types/react" }, - "version": "0.21.0" + "version": "0.22.0" }