diff --git a/CHANGELOG.md b/CHANGELOG.md index d674035f..fcb26d35 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.1] - 2020-10-14 + ### Fixed - **pt** translations. diff --git a/manifest.json b/manifest.json index ddd704ae..ebc822ce 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "my-subscriptions", - "version": "0.22.0", + "version": "0.22.1", "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 45824e84..7f15f083 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.22.0" + "version": "0.22.1" }