diff --git a/CHANGELOG.md b/CHANGELOG.md index 977aed1..1ac963a 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] +## [3.2.2] - 2021-12-29 + ### Modified - README.md file diff --git a/manifest.json b/manifest.json index b18bb98..755b735 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "order-configuration", - "version": "3.2.1", + "version": "3.2.2", "title": "Order Configuration", "description": "A custom price selector for B2B users", "defaultLocale": "pt-BR", diff --git a/node/package.json b/node/package.json index 0cab0c1..b108046 100644 --- a/node/package.json +++ b/node/package.json @@ -30,5 +30,5 @@ "lint": "tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'", "test": "mocha --require ts-node/register --require=dotenv/config --timeout 5000 --exit \"test/**/*.test.ts\"" }, - "version": "3.2.1" + "version": "3.2.2" } diff --git a/react/package.json b/react/package.json index 7e34ab7..8ef26a9 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "custom-price-selector", - "version": "3.2.1", + "version": "3.2.2", "scripts": { "test": "vtex-test-tools test", "lint": "tsc --noEmit && eslint --ext ts,tsx ."