diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f35684a..6aefca83 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] +## [2.2.0] - 2020-07-31 + ### Changed - Using **subscriptions-commons** for frequency translations. diff --git a/manifest.json b/manifest.json index b9789c97..a9970e6d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "my-subscriptions", - "version": "2.1.1", + "version": "2.2.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 5e9f4749..8733cb32 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@3.1.1/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": "2.1.1" + "version": "2.2.0" }