diff --git a/CHANGELOG.md b/CHANGELOG.md index 6af2cb4..43091c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.1] - 2021-10-14 + ### Changed Updated documentation on README.md file. diff --git a/manifest.json b/manifest.json index 6286a60..ea7e8fb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "b2b-supplier", - "version": "2.0.0", + "version": "2.0.1", "title": "B2B Supplier", "description": "A app for b2b suppliers, with components related to authentication and authorization", "builders": { diff --git a/node/package.json b/node/package.json index 24ae2a1..8c1f967 100644 --- a/node/package.json +++ b/node/package.json @@ -11,5 +11,5 @@ "@vtex/api": "6.45.4", "jsonwebtoken": "^8.5.1" }, - "version": "2.0.0" + "version": "2.0.1" } diff --git a/react/package.json b/react/package.json index cb85833..fd56e42 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "b2b-supplier", - "version": "2.0.0", + "version": "2.0.1", "scripts": { "test": "vtex-test-tools test" },