diff --git a/CHANGELOG.md b/CHANGELOG.md index a7dfdcd..d3aa36e 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.3.0] - 2023-02-07 + ### Fixed - English, Spanish and Portuguese translations. diff --git a/manifest.json b/manifest.json index c42b14f..d2ed5d7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "b2b-supplier", - "version": "2.2.0", + "version": "2.3.0", "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 a915f39..5725527 100644 --- a/node/package.json +++ b/node/package.json @@ -10,5 +10,5 @@ "@vtex/api": "6.45.4", "jsonwebtoken": "^8.5.1" }, - "version": "2.2.0" + "version": "2.3.0" } diff --git a/react/package.json b/react/package.json index f4e10ec..1c09b33 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "b2b-supplier", - "version": "2.2.0", + "version": "2.3.0", "scripts": { "test": "vtex-test-tools test" },