diff --git a/CHANGELOG.md b/CHANGELOG.md index ba6a95f..dc24311 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.1.0] - 2020-12-09 + ## [3.0.0] - 2020-12-09 ## [3.0.0] - 2020-12-08 diff --git a/manifest.json b/manifest.json index 1f225bc..a6fc2ac 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "order-configuration", - "version": "3.0.0", + "version": "3.1.0", "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 8ea7f78..1051f55 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.0.0" + "version": "3.1.0" } diff --git a/react/package.json b/react/package.json index d0b1d76..b9664b5 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "custom-price-selector", - "version": "3.0.0", + "version": "3.1.0", "scripts": { "test": "vtex-test-tools test", "lint": "tsc --noEmit && eslint --ext ts,tsx ."