diff --git a/CHANGELOG.md b/CHANGELOG.md index 4205993..edf73f2 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.3.1] - 2023-09-14 + ### Fixed - Updating references diff --git a/manifest.json b/manifest.json index 566e31d..8be4104 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-suite", "vendor": "vtex", - "version": "0.3.0", + "version": "0.3.1", "title": "B2B Suite", "description": "Suite of apps to add various essential B2B functionalities to your VTEX store", "mustUpdateAt": "2022-08-28", diff --git a/react/package.json b/react/package.json index 1784b44..936f837 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-suite", - "version": "0.3.0", + "version": "0.3.1", "license": "UNLICENSED", "devDependencies": { "@types/node": "^13.9.8",