diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ceb4f8d..206ee042 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] +## [3.3.0] - 2020-08-04 + ### Changed - Using **subscriptions-commons** for frequency translations. diff --git a/manifest.json b/manifest.json index 74905ca4..ca951764 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "my-subscriptions", - "version": "3.2.0", + "version": "3.3.0", "title": "MySubscriptions", "defaultLocale": "pt-BR", "description": "MySubscriptions app used used inside of the MyAccounts", @@ -11,7 +11,9 @@ "store": "0.x" }, "mustUpdateAt": "2019-04-02", - "registries": ["smartcheckout"], + "registries": [ + "smartcheckout" + ], "scripts": { "postreleasy": "vtex publish --verbose" }, diff --git a/react/package.json b/react/package.json index 4ee1cd94..f370af22 100644 --- a/react/package.json +++ b/react/package.json @@ -52,5 +52,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@2.2.0/public/_types/react" }, - "version": "3.2.0" -} \ No newline at end of file + "version": "3.3.0" +}