diff --git a/CHANGELOG.md b/CHANGELOG.md index 7404c5eb..16ab3be0 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.5] - 2022-12-23 + ### Fixed - Arabic translation. diff --git a/manifest.json b/manifest.json index e981c147..c7f540c8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "quickorder", - "version": "3.12.4", + "version": "3.12.5", "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 24aa0863..200c7fe1 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.4" + "version": "3.12.5" } diff --git a/react/package.json b/react/package.json index f3f550a5..3ff2c440 100644 --- a/react/package.json +++ b/react/package.json @@ -27,5 +27,5 @@ "graphql": "^14.6.0", "react": "^16.9.2" }, - "version": "3.12.4" + "version": "3.12.5" }