diff --git a/CHANGELOG.md b/CHANGELOG.md index 46ea390f..d6c741e4 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.13.0] - 2023-08-24 + ### Added - Added prop alwaysShowAddToCart to hide or show the add to cart button when there was an invalid SKU diff --git a/manifest.json b/manifest.json index 25015fbb..3aed5c10 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "quickorder", - "version": "3.12.7", + "version": "3.13.0", "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 93d4d1d5..e2cddab4 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.7" + "version": "3.13.0" } diff --git a/react/package.json b/react/package.json index ddc0a5ed..e73b2a08 100644 --- a/react/package.json +++ b/react/package.json @@ -27,5 +27,5 @@ "graphql": "^14.6.0", "react": "^16.9.2" }, - "version": "3.12.7" + "version": "3.13.0" }