diff --git a/CHANGELOG.md b/CHANGELOG.md index 010fe35..c30d175 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.16.0] - 2023-05-31 + ### Fixed - Spanish translation. diff --git a/manifest.json b/manifest.json index 3690326..9549322 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "my-account-commons", - "version": "0.15.1", + "version": "0.16.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 80b7e37..967f170 100644 --- a/react/package.json +++ b/react/package.json @@ -27,5 +27,5 @@ "apollo-client": "^2.5.1", "typescript": "3.9.7" }, - "version": "0.15.1" + "version": "0.16.0" }