diff --git a/CHANGELOG.md b/CHANGELOG.md index fd75da3..49bad33 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] +## [1.6.1] - 2023-04-05 + ### Fixed - `isDelivered` function only considers output packages. diff --git a/manifest.json b/manifest.json index 613ac42..957c18c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "my-account-commons", - "version": "1.6.0", + "version": "1.6.1", "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 143fb09..ba08d5d 100644 --- a/react/package.json +++ b/react/package.json @@ -26,5 +26,5 @@ "apollo-client": "^2.5.1", "typescript": "3.9.7" }, - "version": "1.6.0" + "version": "1.6.1" }