diff --git a/CHANGELOG.md b/CHANGELOG.md index ba4dde4e..2ecc8a5c 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.12.6] - 2023-02-14 + ### Fixed - Bug fixed on UI adding to cart flow diff --git a/manifest.json b/manifest.json index c7f540c8..55c608c4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "quickorder", - "version": "3.12.5", + "version": "3.12.6", "title": "Quickorder", "description": "Allow users to add multiple products to the cart at once", "defaultLocale": "en-US", diff --git a/node/package.json b/node/package.json index 8afc63a9..a0b9cbd6 100644 --- a/node/package.json +++ b/node/package.json @@ -44,5 +44,5 @@ "@vtex/tsconfig": "^0.5.0", "ts-jest": "^25.1.0" }, - "version": "3.12.5" + "version": "3.12.6" } diff --git a/react/package.json b/react/package.json index 3ff2c440..a25945bb 100644 --- a/react/package.json +++ b/react/package.json @@ -27,5 +27,5 @@ "graphql": "^14.6.0", "react": "^16.9.2" }, - "version": "3.12.5" + "version": "3.12.6" }